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 trialBecky Christofferson
15,047 PointsRegister Nav Menu - Add Theme Support
This is more for curiosity. According the codex :
"This function automatically registers custom menu support for the theme therefore you do not need to call add_theme_support( 'menus' );"
Is there a reason why we call add_theme_support first?
1 Answer
Zac Gordon
Treehouse Guest TeacherJust to reinforce that sometimes you do need to use add_theme_support for certain features. You're correct if you use that function it's not technically necessary though. There may be times though in a theme where you don't use that code but may still want to enable menu support.