Hi,
I want my tag cloud to show the tags only for each single post.. so on each post, the tags would show only for that specific post.... so basically show tags on a post by post basis. However, I would still want the functionailty for related posts to be shown when a tag is clicked. I've looked around for a hack, and so far can't find anything. Any help would be much appreciated.
thanks.
I'm looking for the exact same solution, but so far no luck!
Anybody have an idea on how to do this?
scottstephensmith
Member
Posted 9 months ago #
I need this as well, nothing.
the_tags() will show the tags of a post; http://codex.wordpress.org/Function_Reference/the_tags
post more details if this is not what you want
scottstephensmith
Member
Posted 9 months ago #
I was able to get this to work by placing it in the single.php file of my theme. Thank you very much.