need help with dynamic menu based on listing categories
-
I have a dynamic menu system based on listing categories and sub categories.
Category tree like so…
level 1 -product
level 2 –bike
level 3 —racing bikes, mountain bike etc..level 2 –accessories
level 3 —helmet, clothing etc…at the top two levels i can show all child categorys like so:
<?php wp_list_categories(‘orderby=name&child_of=’.$cat.’&title_li=¤t_category=’.$myCat’); ?>
but when i am displaying all the posts at the bottom level i need to be able to display the all the categories 1 level up form the current category.
anyone help me here?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘need help with dynamic menu based on listing categories’ is closed to new replies.