Adding A Custom Menu To A Theme?
-
I’ve added add_theme_support( ‘menus’ ); to the functions.php file to enable custom menus.
Now I need to add the following to my theme:
<?php wp_nav_menu( array( ‘sort_column’ => ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?>
My question is, where do I add it to?
Ihave two sidebars on the right-hand side, I’m looking for this to be added to the left-sidebar, could someone please have a quick look and let me know where the code should go? The URL is whatisthatallabout.comThanks in advance!!
Jason
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding A Custom Menu To A Theme?’ is closed to new replies.