Hello,
I am using the Bluesense theme and I want the posts to show the tags I create.
Do I have to modify one of the template files or would I have to use a plugin?
Any help would be appreciated! :)
Kenneth
Hello,
I am using the Bluesense theme and I want the posts to show the tags I create.
Do I have to modify one of the template files or would I have to use a plugin?
Any help would be appreciated! :)
Kenneth
depending on where you want to show the tags, you need to edit index.php, single.php, archive.php, .....
the code to do this, which needs to be added inside the loop, is for instance:
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
Thanks alchymyth. I'll give this a try. :)
Kenneth
alchymyth, it worked perfectly!
Thanks for your help!
Kenneth
This topic has been closed to new replies.