wp_nav_menu output totally changed after activation
-
Hi.
Testing with poly 1.5.5 on wp 4.0, static home, standard pagename permalinks.
My simple nav:
<?php $main_menu = wp_nav_menu( array( 'theme_location' => 'wp_main_menu', 'container' => false, 'items_wrap' => '<ul id="main-menu" class="cf">%3$s</ul>', 'echo' => true, 'depth' => 2 )); ?>
The output is totally changed if I activate polylang, so I ha to rewrite the css and js..
How to disable this change?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_nav_menu output totally changed after activation’ is closed to new replies.