Answer the question
In order to leave comments, you need to log in
Your menu options for Wordpress without plugins?
Connoisseurs, welcome!
I would like to make a multi-level menu on the site without any plugins.
At the same time, after switching to a specific parent page, the menu is replaced by child ones of the same page.
Answer the question
In order to leave comments, you need to log in
Good day.
Um, what is the crux of the matter?
Here is the menu:
<ul>
<li>Пункт 1 </li>
<li>Пункт 2 </li>
</ul>
if ( is_front_page() || is_home() ) {
wp_nav_menu( array( 'menu' => 'MainMenu' ) );
} else {
wp_nav_menu( array( 'menu' => 'SubMenu' ) );
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question