displaying subcategories within archive.php
-
Hello
When a category is displayed in archive.php I have the subcategories listed using this working code<?php if ( is_category() ) { $current_cat = get_query_var('cat'); wp_list_categories('&title_li=&show_count=1&child_of='.$current_cat); } ?>How can this be changed to hide when there are no subcategories?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘displaying subcategories within archive.php’ is closed to new replies.