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

@@ -6,7 +6,4 @@
<div class="entry-summary">
<?php the_excerpt(); ?>
</div>
<footer>
<?php the_tags('<ul class="entry-tags"><li>','</li><li>','</li></ul>'); ?>
</footer>
</article>