Answer the question
In order to leave comments, you need to log in
What's wrong with Secondary menu on WooCommerce product card page?
Weird situation.. Creating a menu
<?php
wp_nav_menu(array(
'theme_location' => 'sb_menu',
'walker' => new My_Secondary_Nav_Menu_Walker,
'container' => false,
'menu_id' => 'secondary-nav',
'menu_class' => 'secondary-nav',
));
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question