Sfoglia il codice sorgente

Merge pull request #493 from alexgarces/patch-1

Fix article footer class of single-custom-type.php
Eddie Machado 12 anni fa
parent
commit
448da9f179
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      single-custom_type.php

+ 1 - 1
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 ?>