TransPersonal
Member
Posted 2 years ago #
Hi,
I have a list of all my tags on my blog. Kind of like a tag cloud but they are all alphabetized. I would like to display next to each tag the number of posts that the tag is assigned to. I can't find any template tag in the codex that I can use for this. Does anyone know how this can be done?
Thanks in advance.
davidruzicka
Member
Posted 2 years ago #
Up for that. I'm looking for this too. As far as I can tell wp_tag_cloud() does'nt provide this parameter. This could mean that we need to hack/change the function that generate tags...
davidruzicka
Member
Posted 2 years ago #
The solution is here
http://wordpress.org/support/topic/303750?replies=7
You bascially need to redo the query and you loose the wp_tag_cloud() parameters, unless you change the query.