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

Drop down Menu

For the creating a Theme on wordpress tutorial we went ahead and created a navigation menu, but what if we want to add a drop down menu? Do we use a plugin? And if we use a plugin can we still keep the same looking menu we created with css.

Any tips would be appreciated :).

1 Answer

Matt Campbell
Matt Campbell
9,767 Points

There's a variety of plugins available, all do different things. It's just a case of researching which one you like best.

It's also very easy to make a simple dropdown with 3 jQuery instructions. The WP nav menus have very nicely structured classes making it a joy to target particular parts and levels.