Advertisement
Guest User

WAOH Naija Menus

a guest
Jun 21st, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* CUSTOM MENUS */
  2.  
  3. register_nav_menus( array(
  4. 'primary' => __( 'Primary Navigation', '' ),
  5. ) );
  6.  
  7. function fallbackmenu(){ ?>
  8. <div id="submenu">
  9. <ul><li> Go to Adminpanel > Appearance > Menus to create your menu. You should have WP 3.0+ version for custom menus to work.</li></ul>
  10. </div>
  11. <?php }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement