Displaying Sub Cats Only
-
Hi There,
How can I modify this to only display any subcategories I have?<?php if ( is_category(15) ) { if (function_exists('put_cat_icons')) put_cat_icons( wp_list_categories($args.'&echo=0')); else wp_list_categories($args); } ?>
Thanks
Phil
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying Sub Cats Only’ is closed to new replies.