name ? esc_html($nav_menu->name) : 'Selected Pages'; printf('

%s

', $menu_title); wp_nav_menu(array( 'theme_location' => 'right-nav', 'container' => 'nav', 'container_class' => 'rightSideNavMenu' )); } /* // Archives should be added via a widget. // So they can remove if they don't want it. // or your blog archives. _e('

' . __('Blog Archives', "bliss") . '

'); // have lots of posts? you can limit the archive list by adding: array( 'limit'=> 15 ) // as an argument to the following function. // for details see http://codex.wordpress.org/Template_Tags/wp_get_archives wp_get_archives( ); // perhaps you just want to list a category menu. _e('

' . __('Categories', "bliss") . '

'); wp_list_categories( 'title_li=' ); */ ?>
name ? esc_html($nav_menu->name) : 'Selected Pages'; printf('

%s

', $menu_title); wp_nav_menu(array( 'theme_location' => 'left-nav', 'container' => 'nav', 'container_id' => 'leftSideNavMenu', 'container_class' => 'leftSideNavMenu' )); } ?>