Title: remove post sidebar
Last modified: January 16, 2018

---

# remove post sidebar

 *  [pauloraw](https://wordpress.org/support/users/pauloraw/)
 * (@pauloraw)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-post-sidebar/)
 * Hi
    I want to remove the sidebar on my posts section. This sidebar seems to be
   directly linked to the sidebar on my home page. Whatever edits I do to the home
   page sidebar also happen on the posts sidebar. I tried customising the posts 
   set up by removing the sidebar content but that also removed the content from
   the home page sidebar at the same time. I have searched a lot on my website but
   I can’t see how the two pages are linked. Any advice? Thanks, Paul
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-post-sidebar%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [saddamcrr7](https://wordpress.org/support/users/saddamcrr7/)
 * (@saddamcrr7)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-post-sidebar/#post-9868875)
 * From your homapage or index file remove get_sidebar(); code.. I hope it will 
   disappear.. Actually it’s difficult to say without exploring your site
 *  Thread Starter [pauloraw](https://wordpress.org/support/users/pauloraw/)
 * (@pauloraw)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-post-sidebar/#post-9868943)
 * Hi, my one and only experience with code was a disaster for me! Is there another
   non-code way?
    Thanks, Paul [http://www.pauloraw.ie](http://www.pauloraw.ie)
 *  [alichani](https://wordpress.org/support/users/alichani/)
 * (@alichani)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-post-sidebar/#post-9869054)
 * Hi [@pauloraw](https://wordpress.org/support/users/pauloraw/),
    try adding the
   following CSS to your theme’s “additional CSS” in the customizer
 * This to remove sidebar from posts
 *     ```
       .single-post #sidebar, .single-post #sidebar-alt {
       	display: none;
       }
       ```
   
 * and this to remove sidebar from the posts archive
 *     ```
       .archive #sidebar, .archive #sidebar-alt {
       	display: none;
       }
       ```
   

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

The topic ‘remove post sidebar’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [alichani](https://wordpress.org/support/users/alichani/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/remove-post-sidebar/#post-9869054)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
