WooCommerce dynamic menus

I have a basic WordPress site set up with the Suffusion theme and the WooCommerce plugin. This is working well for the most part, however when I have folks click / hover over the “Shop” menu icon I would like this to dynamically drop down with the product categories I have defined.

How do I make this happen? I’m sure there is documentation on this subject but I’m not sure what to look for. I’m primarily a systems administrator.

2 Answers
2

Suffusion supports WordPress nav menus. You’ll find these in Admin > Appearance > Menus.

Simply add your product categories to the menu as children of the ‘Shop’ page. Assign the newly created menu to the “Navigation Bar Below Header” location.

http://codex.wordpress.org/Appearance_Menus_Screen

Leave a Comment