wp_tag_cloud
-
Hi.
I’m trying to show the tag cloud in different ways:
– when in index.php show all of the tags
– when in category.php show tags of the category only (‘taxonomy’ => ‘category’)
– when in single.php show the tags of the current post onlyWhat I get now is that in the category view it works as I want, in the other two cases I see all the tags.
From what I understand ‘taxonomy’ => ‘post_tag’ should show just the tags in the current post, but from some reason it doesn’t filter.What am I missing?
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘wp_tag_cloud’ is closed to new replies.