Skip to content

Instantly share code, notes, and snippets.

@eyecandy91
Created March 21, 2017 06:04
Show Gist options
  • Save eyecandy91/0df1afdfc7cfe35b9602d7776ae513ba to your computer and use it in GitHub Desktop.
Save eyecandy91/0df1afdfc7cfe35b9602d7776ae513ba to your computer and use it in GitHub Desktop.
add some html to the wp nav menu
wp_nav_menu(
array(
'theme_location' => 'primary',
'menu_class' => 'nav-menu',
'before' => '<span>',
'after' => '</span>'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment