Not showing my navigation menu in Dashboard
-
I m trying 2 develop a theme using wp version 3.5.2. I have made a template with bootstrap and now trying to convert it as theme. but problem is that I cant register the dropdown menu to my theme. I add the following code in theme function.php file:
function custom_navigation_menus() {$locations = array(
‘primary’ => __( ‘Primary Navigation’, ‘WP_Bstrap’ ),);
register_nav_menus( $locations );}
// Hook into the ‘init’ action
add_action( ‘init’, ‘Primary Navigation’ );as fur I know after adding this code the menu should show in Dashboard>apperiance>. but there is nothing. Plz help me…It is very appreciable if anyone suggest any good tutorial on word+bootstrap dropdown menu
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Not showing my navigation menu in Dashboard’ is closed to new replies.