Title: How to create Posts without sidebars?
Last modified: November 7, 2016

---

# How to create Posts without sidebars?

 *  Resolved [sturdy2](https://wordpress.org/support/users/sturdy2/)
 * (@sturdy2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/how-to-create-posts-without-sidebars/)
 * I need a “Posts” page that will allow text and graphics full width without the
   right sidebar. I understand Custom Sidebars will allow me to do this. Being a
   newby, I can’t find the answer so would really appreciate if someone give me 
   a detailed “HowTo?” Thanks…
 * my best,
    sturdy2

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/how-to-create-posts-without-sidebars/#post-8415889)
 * Hello sturdy2,
 * I’m afraid that this is not what Custom Sidebars can do. Custom Sidebars allows
   to replace exiting sidebars with new ones and display those new ones depending
   on conditions you det for them.
    It cannot create new sidebars or remove existing
   ones. You could create empty sidebar and setup it for posts but this wouldn’t
   remove sidebar you already have.
 * In your case you would need to edit single.php template in your theme and remove
   sidebar code and then adjust looks with CSS – or use only CSS to hide sidebar.
   Whithout seeing your site I cannot provide whole CSS code, but it would look 
   like that
 *     ```
       .single #sidebar {display: none;}
       .single #main-content {width: 100%;}
       ```
   
 * of course that code would need to be adjusted to your site markup. You can
    a)
   add it to the child theme style.css file b) use this small plugin [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * kind regards,
    Kasia
 *  Thread Starter [sturdy2](https://wordpress.org/support/users/sturdy2/)
 * (@sturdy2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/how-to-create-posts-without-sidebars/#post-8416060)
 * Hi Kasia,
 * Not what I wanted to hear but thank you for your helpful response. There seems
   to be much confusion about this in the forums so I was unable to find an answer.
 * My best,
    Sturdy2

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

The topic ‘How to create Posts without sidebars?’ is closed to new replies.

 * ![](https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065)
 * [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager](https://wordpress.org/plugins/custom-sidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-sidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-sidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-sidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-sidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-sidebars/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sturdy2](https://wordpress.org/support/users/sturdy2/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/how-to-create-posts-without-sidebars/#post-8416060)
 * Status: resolved