Hi.
I'm using wp_tag_cloud to create a sidebar list of custom taxonomies. Is it possible to show post count in the same manner as categories, tags ect?
* taxonomy-link-1 (12)
* taxonomy-link-2 (6)
* taxonomy-link-3 (27)
nb: if there's a better method to calling a taxonomy list, I'm all ears. I'd also like to specify the href title for each different taxonomy, but that's getting ahead of myself. I know you can modify the href title in category-template.php, but I need different titles for different taxonomies.
I did find this forum topic on adding post count to tags, but it's for single.php instances (i believe): http://wordpress.org/support/topic/230594