I wonder why I can never get any help from ww.wp.xz.cn. Am I doing something incorrect?
I wonder why I can never get any help from ww.wp.xz.cn.
I’m often away from the Internet on the weekends.
however the sub items are not displaying in a drop down menu from the secondary menu.
That’s not how GSM works. It allows you to select a menu (not submenus). You need to create multiple menus in the menu screen.
Thanks for your reply! I’ve had several topics go completely unanswered for a long period of time so that’s why I got frustrated.
I didn’t create the GSM as a sub menu. I created it as a secondary menu with sub items that would drop down normally. Turns out the secondary navigation sub nav was filtered off in my child theme function.php. When I commented out that line of code it worked.
For anyone else having this issue, the code looks something like this:
add_filter( 'wp_nav_menu_args', 'executive_secondary_menu_args' );
Thanks again!