Remove post tags from templates

This commit is contained in:
Ben Word
2013-05-24 13:07:55 -05:00
parent 5fd83abb5d
commit 6f1aca2b84
3 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,6 @@
</div>
<footer>
<?php wp_link_pages(array('before' => '<nav class="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>')); ?>
<?php the_tags('<ul class="entry-tags"><li>','</li><li>','</li></ul>'); ?>
</footer>
<?php comments_template('/templates/comments.php'); ?>
</article>