Reply To: Multiple primary navigations?

Home Forums Support Multiple primary navigations? Reply To: Multiple primary navigations?

Home Forums Support Multiple primary navigations? Reply To: Multiple primary navigations?

#200576
Tom
Lead Developer
Lead Developer

Great job.

You’ll see the reason carets aren’t working by inspecting the generate_nav_dropdown() function in navigation.php. There’s a check for theme locations in there.

There’s no ! function_exists() call, which means you’ll have to remove_action that call, and then add your own.