Skip to content

Instantly share code, notes, and snippets.

@marcinkrzeminski
Created May 1, 2018 09:56
Show Gist options
  • Save marcinkrzeminski/9c158258dc4ac73820f2f7cf724ed417 to your computer and use it in GitHub Desktop.
Save marcinkrzeminski/9c158258dc4ac73820f2f7cf724ed417 to your computer and use it in GitHub Desktop.
wp_nav_menu() no wrapper and parent <ul>, just the <li>
<?php
wp_nav_menu(array(
'theme_location' => 'primary_navigation',
'container' => '',
'items_wrap' => '%3$s',
))
<?php
wp_nav_menu(array(
'theme_location' => 'primary_navigation',
'container' => '',
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment