Partial Category List Problem
-
I have a section of my blog that uses a partial list of my categories using wp_list_cats(). The code looks like this
<?php wp_list_cats ('child_of=27&sort_column=name'); ?>
This used to return the category links that I wanted in WP 1.2.1, but doesn’t work now that I have upgraded to 1.5, it doesn’t return any text at all. I have played around with the code and found that the child_of parameter is the one that is causing me the problem. What can I do to get this working again?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Partial Category List Problem’ is closed to new replies.