I know
Friday, March 2, 2012
Add Custom Menu in Wordpress Template
Add the code in your wordpress template "header.php"
<?php
if ( function_exists( 'wp_nav_menu' ) )
{
wp_nav_menu (array('menu'=>'custom_menu','menu_class' => 'nav'));
}
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment