Any hints on how to display tags in Pop Blue? The Demo site shows the tags being displayed but a search of the template code returns no reference to "tags." What template controls the tag and where can I find the php to display them (on posts and/or archives)? Also, you might want to check the single.php template supplied with Pop Blue, the "category.gif" image is not referenced, nor is the "comments'gif" image (I had to add the image references for both to show).
Blog Oh! Blog Forums » Wordpress Themes
How to Display Tags in Pop Blue
(2 posts)-
Posted 5 months ago #
-
Pop blue theme is meant to show post excerpts on the front page and not the full post. So, in order to show the tags, just add this piece of code:-
<?php the_tags('Tags: ', ', ', ''); ?>where ever you want the tags to appear.
Posted 5 months ago #
Reply
You must log in to post.
