RSS

Registering a custom menu on your wordpress theme

12 Sep

// Add this on function.php
add_theme_support( ‘menus’ );
register_nav_menus( array( ‘menu_name’ => __( ‘Menu Description’) ) );

//add this on your theme. example is header.php
wp_nav_menu( array( ‘theme_location’ => ‘menu_name’ ) );

Advertisement
 

About john martel

Someday I'll fly. Someday I'll soar.
Leave a comment

Posted by on September 12, 2011 in Wordpress

 

Tags: , , ,

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.