Items_wrap for wp_nav_menu not working?
-
I’ve been trying to remove the ul wrap but it doesn’t work. This is exactly what the example in the codex described that I should do.
<?php wp_nav_menu( array('menu' => 'Secondary', 'items_wrap' => '%3$s', 'after' => ' | ' ) ); ?>
Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Items_wrap for wp_nav_menu not working?’ is closed to new replies.