Pārlūkot izejas kodu

Fix article footer class of single-custom-type.php

Alex Garces 12 gadi atpakaļ
vecāks
revīzija
d0c76d2ebc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      single-custom_type.php

+ 1 - 1
single-custom_type.php

@@ -40,7 +40,7 @@ single-bookmarks.php
 
 								</section> <!-- 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> <!-- end article footer -->