I’m also wondering if this is possible??
As it stands currently, it appears none of the packaged _tag_cloud functions allow for descriminating based on category, which is a good suggestion for the milestone roadmap if this hasn’t found its way there already…
I think this would be a pretty straight forward modification that could be quite useful…. I would also like to see page specific categories and category specific pages myself; throw all three of them together and we’ve got quite a party! 😉
I’d also like to see this!
I’ve not tried any of these myself, so please tell us how it goes.
My best bet: Configurable tag cloud widget
The Category cloud widget DID the trick up to WP 221.
Also Sensitive Tag cloud MIGHT work.
Kjetil
HI kjetilgf,
all these plugins just showing category as a tag cloud.
What I’m searching for is showing all tags made from post in a specific category as a tag cloud.
I thought at least the latter did that, but I didn’t go very deep into it. Just tried to give some possibilities. Anyhow, there’s also a possible compatibility/ upgrade issue.
yess! this is the path! THANKS ICONO!
but i don’t know how to write wp_tag_cloud() from specific category on home.php…
is it possible?
never mind.. find the answer
if(function_exists('tdotf_cat_tag_cloud')) {
tdotf_cat_tag_cloud('cat=6');
}