How to display navigation menus on sidebar only on category archives?
-
Hello, hei!
I’m using Twenty Fourteen theme which supports navigation menus in 2 locations namely, top primary menu and secondary menu in left sidebar.
I want to display separate (distinct) menus in left sidebar for each category and only on category archives. For example, let’s say I have a categories named recipes, wine and cocktails and recipes menu, wine menu and cocktails menu respectively.
I want the recipes menu be displayed on recipes archive page, wine menu on wine archives page and so on.
I can check if a category archive page is being displayed using
<?php is_category(); ?>
but I am not getting an idea to implement the above.Please help me with this and give suggestions/recommendations.
Thanks,
Shyam Singh
- The topic ‘How to display navigation menus on sidebar only on category archives?’ is closed to new replies.