Hello,
I am trying to create a tag cloud but only show tags which are in a certain category.
I found http://wordpress.org/support/topic/276635?replies=26 which seems to return the tags but doesn't assign a size to create the cloud.
does anyone know how to do this?
thanks
dave.
This plugin, causes the normal wp_tag_cloud to display only the tags in a given category when visiting the category archive. It also generates the proper link to see the posts in that category in the clicked tag.
http://wordpress.org/extend/plugins/tdo-tag-fixes/ but also review the fix: http://wordpress.org/support/topic/319631?replies=6
Thanks Michael,
That works great after a few modifications.
Dave.