PeakBiety
Member
Posted 2 years ago #
Another question...
Currently the tags show up in the post summary on the index page (as seen here: http://peakbiety.com/blog/)
Is there a way I can remove these tags from the index page? or is there any reason I would want them to show up here?
Thank you!!
Try removing:
<p>Tags: <?php the_tags();?></p>
They're often placed on a theme's index page so that your visitors can opt to display posts by tag.
It is good to have it in your blog as it would be flexible to users as said by esmi
PeakBiety
Member
Posted 2 years ago #
esmi, you're brilliant. thank you!