Hi,
I would be change display Categories, by Tags in all singles post (bottom page, between the post and "Author".
Thank you :-)
Seb
Hi,
I would be change display Categories, by Tags in all singles post (bottom page, between the post and "Author".
Thank you :-)
Seb
Hey,
in single.php replace:
<?php the_category(', '); ?>
with:
<?php the_tags(); ?>
If you want to customize the output have a look at this page: http://codex.wordpress.org/Function_Reference/the_tags
Perfect.
Thank you
Glad that I could help you :)
You must log in to post.