Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. wp_nav_menu(
  3.  
  4. array(
  5.     'menu' => 'My Menu ',
  6.     'container'       => 'div',
  7.     'container_class' => 'menu-sidebar',
  8.     'menu_class'      => 'menu-class',
  9.     'menu_id'         => 'menu-id',
  10.     'theme_location' => 'primary'
  11. )
  12.  
  13. );
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement