Return to Snippet

Revision: 56263
at March 19, 2012 09:54 by Farhan


Initial Code
<?php wp_nav_menu(array('theme_location' => 'primary', 'container' => 'ul', 'menu_id'=>'nav', )); ?>

Initial URL


Initial Description
This will give <ul> for the wordpress Menu

Initial Title
Wordpress menu with a  Custom id on ul

Initial Tags
wordpress

Initial Language
PHP