wp_list_categories only showing full list of categories despite modification
-
Hi — I’m trying to list specific categories using the wp_list_categories function in a page template. I copied this and altered it to my needs from the Codex:
-
<?php wp_list_categories(‘orderby=name&child_of=22’); ?>
All the categories continue to show up. I try excluding some, and they still all show up. I try to order them, and they still just all show up in the natural (non-alpha order). What am I doing wrong?
- The topic ‘wp_list_categories only showing full list of categories despite modification’ is closed to new replies.