Fix article footer class of single-custom-type.php
@@ -40,7 +40,7 @@ single-bookmarks.php
</section> <?php // end article section ?>
- <footer class="article-header">
+ <footer class="article-footer">
<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __( 'Custom Tags:', 'bonestheme' ) . '</span> ', ', ' ) ?></p>
</footer> <?php // end article footer ?>