wp_list_cats() children display problem
-
I know this has been posted about before, in this forum, and elsewhere, but I can’t get it to work. All I want to do is display the top-level categories: meaning I don’t want any sub-categories, so, I would use this code:
<?php
wp_listcats('children=0');
?>It should work, right?
Edit: using latest release (1.5) of WP, hosted on apache, running on Ubuntu (linux)
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘wp_list_cats() children display problem’ is closed to new replies.