Current location - Recipe Complete Network - Complete cookbook - I can't find the menu option under the theme wordpress background appearance settings I installed. Why?
I can't find the menu option under the theme wordpress background appearance settings I installed. Why?
Maybe your theme doesn't activate the custom navigation menu. You can add a line of code to function.php in the theme directory.

register _ nav _ menus(array(' header-menu ' = & gt; _ _ ('navigation custom menu'),));

That should do it. You can try.