/content.php |
---|
35,8 → 35,8 |
*/ |
if ($post->post_type != 'page') : ?> |
<footer class="entry-meta-bottom"> |
<?php _e('Categories: ', 'sdt'); the_category(', '); ?><br /> |
<?php _e('Tags: ', 'sdt'); the_tags('', ', ', ''); ?> |
<?php printf(_n("category: ", "categories: ", count(get_the_category()), 'sdt')); the_category(', '); ?><br /> |
<?php printf(_n("tag: ", "tags: ", count(get_the_tags()), 'sdt')); the_tags('', ', ', ''); ?> |
</footer> |
<?php endif; ?> |
</article> |