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

WordPress WordPress Theme Development Building Out WordPress Navigation The wp_nav_menu Function

Becky Christofferson
Becky Christofferson
15,047 Points

Register 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
STAFF
Zac Gordon
Treehouse Guest Teacher

Just 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.