>
>
{TITLE}
Home
'; PG_Smart_Walker_Nav_Menu::$options['template_item_with_sublevel'] = '
{TITLE}
{SUB}
'; PG_Smart_Walker_Nav_Menu::$options['template_sublevel'] = '{SUB}'; PG_Smart_Walker_Nav_Menu::$options['template_subitem'] = '
{TITLE}
'; wp_nav_menu(array( 'container' => '', 'theme_location' => 'primary', 'items_wrap' => '
%3$s
', 'walker' => new PG_Smart_Walker_Nav_Menu() )); ?>