Title: Remove sidebar
Last modified: August 24, 2016

---

# Remove sidebar

 *  [rahilaccount](https://wordpress.org/support/users/rahilaccount/)
 * (@rahilaccount)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/)
 * How to remove sidebar in posts.

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

 *  [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * (@aranwer104)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978441)
 * can you please give more detail? and post the page link here.
 *  Thread Starter [rahilaccount](https://wordpress.org/support/users/rahilaccount/)
 * (@rahilaccount)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978451)
 * on the post i dont want sidebar. i know how to remove it on page
 *  [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * (@aranwer104)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978461)
 * maybe the below code will help you.
 *     ```
       is_singular()
       is_single()
       ```
   
 * id sidebar.php add this and check.
 *     ```
       if(!is_single){
           if(function_exists('dynamic_sidebar')){
              dynamic_sidebar('your_sidebar');
              }
       }
       ```
   
 * and for both page and posts.
 *     ```
       if(!is_single && !is_page){
       sidebar goes here
       }
       ```
   
 *  Thread Starter [rahilaccount](https://wordpress.org/support/users/rahilaccount/)
 * (@rahilaccount)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978518)
 * I didnt got ur reply
 *  [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * (@aranwer104)
 * [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978533)
 * Oh, ok… do you have some basic knowledge of PHP? if yes then you can modify your
   sidebars.. or if you don’t want to play with PHP and just want to hide the sidebar
   from post and page, you can do that by css..?

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

The topic ‘Remove sidebar’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-sidebar-28/#post-5978533)
 * Status: not resolved