Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP How to Build a WordPress Theme WordPress Theme Functions Creating a Dynamic Menu

Menu option not present

I am doing the Creating a Dynamic menu for How to build a wordpress theme and on the section of menus, the choice is not showing on Wordpress under Appearance, assume this si version issue. Anyone know how I get around this, am running Wordpress 3.8.1 on my local machine.

4 Answers

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Howdy,

Can you please post up the code you're using to create the menu areas.

Thanks!

Hi,

As in your tutorial I have entered the below in the functions.php file.

<?php

// Enable custom menus add_theme_support( 'menus' );

?>

Am obviously missing something as I have gone on google etc and did searches and they show the same thing. Thanks heaps and great videos btw.

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Realizing this is an old post, but wanted to mention that a few other steps are to make sure that there is the code to create the menu in the functions.php file and then save a menu from the admin area and make sure there is the wp_nav_menu call in the header.php file.

Appreciate the feedback as I had still not figured out the issue. Will try and click best answer if all works.