How to exclude subcategories from this list:
<?php wp_list_categories('title_li='); ?>
Then,
.IF has subcategories
.list the parent &
.children (as links)
Then,
If no children, list post titles alphabetically
How to exclude subcategories from this list:
<?php wp_list_categories('title_li='); ?>
Then,
.IF has subcategories
.list the parent &
.children (as links)
Then,
If no children, list post titles alphabetically
can I simply use the wp_list_categories('include='how do I call the "current category"'&title_li=&heirarchical=1')
- if it is showing only one category and it is hierarchical, then it will include sub cats - no?
This topic has been closed to new replies.