Title: Sidebar Navigation
Last modified: August 19, 2016

---

# Sidebar Navigation

 *  [rickm124](https://wordpress.org/support/users/rickm124/)
 * (@rickm124)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/sidebar-navigation-1/)
 * Hello,
 * I have a quick question about WordPress navigation. In the default sidebar, WordPress
   sets up the following navigation:
 * Pages (Title)
    – page one – page two
 * Categories (Title)
    – category one – category two
 * Is it possible to set up two page sections in the left-hand nav?
 * For example:
    Pages (What’s New) – page one – page two
 * Pages (Newsroom)
    – page three – page four
 * Categories (some sort of title)
    – category one – category two
 * I tried setting up a multiple page widget but I can’t figure out how to assign
   page three to “Newsroom” and not “What’s new”.
    Basically, all my pages ended
   up in “What’s New” and “Newsroom.”
 * If you can steer me in the right direction, I would appreciate it.
    Thank you.

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/sidebar-navigation-1/#post-963862)
 * Consider downloading and installing [Otto’s php code widget](http://wordpress.org/extend/plugins/php-code-widget/).
 * Then use multiple instances of the widget and use the [template tag](http://codex.wordpress.org/Template_Tags),
   [wp_list_pages()](http://codex.wordpress.org/Template_Tags/wp_list_pages). and
   [wp_list_categories()](http://codex.wordpress.org/Template_Tags/wp_list_categories).
 * Examples:
    `<?php wp_list_pages('include=1,2&title_li=<h2>What is New</h2>' );?
   >`
 * and
 * `<?php wp_list_categories('include=12,15&show_count=1&title_li=<h2>Category Set
   1</h2>'); ?>`

Viewing 1 replies (of 1 total)

The topic ‘Sidebar Navigation’ is closed to new replies.

## Tags

 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/sidebar-navigation-1/#post-963862)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
