wp_tag_cloud and include
-
Hello all,
I would like to create a navigation system using tags for that specific category. For some reason, I can’t get the ‘include’ option to work. Here is the code I am using.
<?php wp_tag_cloud('smallest=9&largest=9&number=10&orderby=count&include=24'); ?>
Am am using this in a template page called ‘category-24.php’ but none of the tags are showing up. If I don’t use the ‘include’ then all the tags show up. I would use exclude, but there are tags getting in that aren’t from the correct category. Not sure where they are coming from as this is a huge site.
So, what’s wrong with my code? Does anyone have any good examples of tag cloud being used as a horizontal sub-navigation?
Thanks!
- The topic ‘wp_tag_cloud and include’ is closed to new replies.