WordPress 4.0 Broke the Plugin
-
I just updated my site to 4.0 and this plugin stopped working. I have the following code
<?php wp_nav_menu(array( 'depth' => 1, 'level' => 1, 'menu_class' => 'section-header', 'container' => false ) ); ?> <?php wp_nav_menu(array( 'depth' => 3, 'level' => 2, 'menu_class' => 'sidebar-menu', 'link_before' => '<i class="fa fa-arrow-right"></i>', ) ); ?>
It worked fine before the update. Any ideas how I can get my side navigation back?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress 4.0 Broke the Plugin’ is closed to new replies.