Hi,
I'm using the Blix 0.9.1 theme and ive got 4 parent categories, each with many sub categories.
I want it so on the homepage you can only see the 4 parent categories, then once within each parent category you see only their sub-categories (not the full list) under its own title.
How would i do this.
Thanks,
Mike
upekshapriya
Member
Posted 5 years ago #
Plugin Fold Category List will do what you want
http://www.webspaceworks.com/resources/wordpress/31/
Quoting from there:
"To use, simply replace the code fragment that looks like this
<?php wp_list_cats ($args); ?>
with this:
<?php wswwpx_fold_category_list ($args); ?>"
I expect you will find this in your sidebar.php in your theme folder.