Advertisement
shreyo

wp-footer

Apr 22nd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <div class="full-width">
  2.     <?php
  3.          wp_nav_menu( array(
  4.             'theme_location' => 'footer',
  5.             'menu_class' => 'menu',
  6.             'container_id' => 'navwrap',
  7.             )
  8.         );     
  9.     ?>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement