Title: Sidebar in the post page/blog area
Last modified: January 13, 2018

---

# Sidebar in the post page/blog area

 *  Resolved [businesscommoners](https://wordpress.org/support/users/businesscommoners/)
 * (@businesscommoners)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/)
 * Hello,
    I have a question regarding sidebar in posts page. I’ve set static page
   and point post page to the “blog” link. However I would like to keep right sidebar
   with blog and post pages to have all blog stuff like categories, last post, etc.
   on the side just related to the blog. At this moment I have Is it possible to
   make it? Thank you in advance for your help. BR Andy
    -  This topic was modified 8 years, 4 months ago by [businesscommoners](https://wordpress.org/support/users/businesscommoners/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsidebar-in%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9862161)
 * Hello, Andy!
 * I really like the design of your website! Good job. 🙂
 * If you want to show the sidebar just on the “blog” page, try to add the codes
   below in `Customize-General-Additional CSS:`
 *     ```
       body:not(.blog) .widget-area{
           display:none;
       }
   
       body:not(.blog) .col-md-9 {
       	width: 100%;
       }
       ```
   
 * [https://prnt.sc/i01chl](https://prnt.sc/i01chl)
 * Best Regards
 *  Thread Starter [businesscommoners](https://wordpress.org/support/users/businesscommoners/)
 * (@businesscommoners)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9862396)
 * Thank you! All merit on your side 🙂
    The code works only if I change from “a
   static page” to “your latest posts”. Maybe I missed to switch some button in 
   the Customize Panel?
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9862939)
 * Hello,Andy!
 * You need to do two things on the Customize Panel:
 * 1. Open the `Customizing ▸ Widgets ▸ Main Sidebar`menu and add widgets in the
   sidebar.
    [https://prnt.sc/i081pq](https://prnt.sc/i081pq)
 * 2. Chose the sidebar position in the `Customizing ▸ Layout ▸ Sidebar` menu.
 * After that, insert the code I gave you in the previous post.
 * Then the code should work.
 * If after that, the code still doesn’t work, please, let me know when you enable
   the sidebar, so I can check the code directly on your site.
 * Regards
    -  This reply was modified 8 years, 4 months ago by [themevision](https://wordpress.org/support/users/themevision/).
 *  Thread Starter [businesscommoners](https://wordpress.org/support/users/businesscommoners/)
 * (@businesscommoners)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9863812)
 * Thanks a lot!
    Everythning works perfectly! Take care! Andy
 *  Thread Starter [businesscommoners](https://wordpress.org/support/users/businesscommoners/)
 * (@businesscommoners)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9863813)
 * Closing the subject!

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

The topic ‘Sidebar in the post page/blog area’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [businesscommoners](https://wordpress.org/support/users/businesscommoners/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/sidebar-in/#post-9863813)
 * Status: resolved