Subpages and subcategory in Sidebar
-
Hi
I have 1 category (id=1), and 3 subcategory, and i have 5 pages and 1 subpages (id of root = 10).
I want create in sidebar submenu.
If cat=1, will post subcategory of cat_id=1.
If page=10, will post subpages of page=10.For subcategory posting i use :
<?php if (is_category('1')) { ?> <ul> <?php wp_list_categories('orderby=id&show_count=1&use_desc_for_title=0&child_of=1&hide_empty=0&title_li=<h2 class="widgettitle">' . __('Sub') . '</h2>'); ?> </ul> <?php } ?>
But subcat i see on main page.
Please help.
PS: WP Theme – Vesper
- The topic ‘Subpages and subcategory in Sidebar’ is closed to new replies.