Title: Sidebar options
Last modified: August 18, 2016

---

# Sidebar options

 *  [knsheps](https://wordpress.org/support/users/knsheps/)
 * (@knsheps)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-options/)
 * How can I get all the sidebar information to appear on individual posts, and 
   other pages?

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

 *  [dl33](https://wordpress.org/support/users/dl33/)
 * (@dl33)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-options/#post-373797)
 * Have a look at [http://automattic.com/code/widgets/](http://automattic.com/code/widgets/)
   
   I use it to specify the sidebar options that stay the same for all sites of my
   blog. After the dynamic sidebar, I just put my own code (for example related 
   posts), which only appears depending on the kind of page that you are on. Have
   a look if it works for you…
 *  [Bodhipaksa](https://wordpress.org/support/users/haecceity/)
 * (@haecceity)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-options/#post-373813)
 * To add the sidebar to your posts, you need to edit single.php.
 * Add `<?php get_sidebar(); ?>`
 * just before
 * `<?php get_footer(); ?>`
 * And change “widecolumn” to “narrowcolumn”.
 * Just did that this morning with one of my sites.
 *  [dl33](https://wordpress.org/support/users/dl33/)
 * (@dl33)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-options/#post-373835)
 * ok, sorry, in that case I didn’t get the question…

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

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [dl33](https://wordpress.org/support/users/dl33/)
 * Last activity: [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-options/#post-373835)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
