register_nav_menus
-
I am trying to add a menu to Twenty Ten Theme but any change I make to the Functions template to register the menu either causes the WSOD or in the Appearance Editor just hangs on “updating files”.
The existing registered manu is
register_nav_menus( array(
‘primary’ => __( ‘Primary Navigation’, ‘twentyten’ ),
) );
I have tried adding to this tag and have tried creating a separate one to no avail.
Any advice most welcome!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘register_nav_menus’ is closed to new replies.