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

@@ -1,4 +1,5 @@
### HEAD
* Remove post tags from templates
* Remove TinyMCE valid elements tweaks (no longer necessary)
* Remove additional widget classes
* Move `/assets/css/less/` to `/assets/less/`

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>

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>