How TO Create Menu In Wordpress

Just Write the Below Code In Your function.php File


__( 'Primary Menu' ),
'secondary-menu' => __( 'Secondary Menu' ),
'footer-menu' => __( 'Footer Menu' )
)
);
}
?>


To Display the menu on page
write the following code

'primary-menu') ); ?>

have a good luck

2 comments:

  1. but how to create two level three menu.tell me.

    ReplyDelete
  2. just add css and juery classess of twenty elevan theme or write a walker class for this

    ReplyDelete