Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created May 14, 2012 14:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/2694251 to your computer and use it in GitHub Desktop.
Save billerickson/2694251 to your computer and use it in GitHub Desktop.
<?php
add_filter('wp_nav_menu_primary_items','be_menu_extras' );
function be_menu_extras($menu) {
return '<div class="nav-holder wrapper">' . $menu . '</div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment