Different menu on different category need advice
This is a good way, Mardov. Another way is to specify the subcategory id in the in_category array which is easier method. For example: if (in_category( array( 2, 4, 5 ) ) { // 2, 4 & 5 can be a category or a subcategory wp_nav_menu( array( ‘menu_class’ => ‘menu’,’menu’ => ‘Visuomenei’) ); } You … Read more