Title: Adding To Sidebar
Last modified: August 19, 2016

---

# Adding To Sidebar

 *  [kevin22](https://wordpress.org/support/users/kevin22/)
 * (@kevin22)
 * [18 years ago](https://wordpress.org/support/topic/adding-to-sidebar-1/)
 * I’d appreciate a little help with my sidebar.
 * The template I’m using at the moment shows the following sidebar menus: Pages,
   Archives, Categories, Recent Entries, Blog Roll, and Meta.
 * Currently I’m preparing a series of about 20 articles on entertainers and I want
   to set them up as pages as opposed to posts. I want each of them to be permanently
   visible in my right sidebar e.g. Elvis, Paul McCartney so that my reader can 
   click on one and bring them to that page.
 * Guess what I don’t know how to go about it!!
 * I’ve looked for a plugin but can’t see one that will let me do this sort of thing.
   I’m guessing it is going to be a matter of adding to the sidebar template, like
   you have for Categories:
 *     ```
       <li><h2>Categories</h2>
       <ul>
       <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
       </ul>
       </li>
       ```
   
 * But I just can’t understand. Anyone – and thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years ago](https://wordpress.org/support/topic/adding-to-sidebar-1/#post-783428)
 * If you are using Widgets you can use the Pages widgets, otherwise take a look
   at the [template tag](http://codex.wordpress.org/Template_Tags), [wp_list_pages()](http://codex.wordpress.org/Template_Tags/wp_list_pages).
 *  [polimaker](https://wordpress.org/support/users/polimaker/)
 * (@polimaker)
 * [18 years ago](https://wordpress.org/support/topic/adding-to-sidebar-1/#post-783433)
 * What MichaelH said. Check and see if your theme supports widgets (95% of them
   do) by going to “Design” than “Widgets”. I will warn you that if you start playing
   with adding widgets to your sidebar it will knock out the sidebar configuration
   that’s currently there, all you have to do then is add them back using thier 
   corresponding widget. The upside to that is you can decide what sidebar items
   you really want and place them in the order you would like.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding To Sidebar’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [polimaker](https://wordpress.org/support/users/polimaker/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/adding-to-sidebar-1/#post-783433)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
