Selected Pages

'right-nav', 'container' => 'nav', 'container_class' => 'rightSideNavMenu' )); // 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=' ); ?>
' . __('Navigation', "bliss") . ''); wp_nav_menu(array( 'theme_location' => 'left-nav', 'container' => 'nav', 'container_id' => 'leftSideNavMenu', 'container_class' => 'leftSideNavMenu' )); ?>