Title: make page full width &amp; no widgets on posts
Last modified: August 30, 2016

---

# make page full width & no widgets on posts

 *  Resolved [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-page-full-width-no-widgets-on-posts/)
 * Hey guys
    Does anybody know how I can make it so every post is displayed full
   width with no widgets but the homepage still has a side bar with widgets displayed?
 * I know it’s easy to do this on new pages but there’s no such option on new posts,
   there’s a setting in the customiser but that effects the homepage and the posts
   and makes them the same.
 * There must be an easy way to do this right?
    Thanks

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

 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-page-full-width-no-widgets-on-posts/#post-6727167)
 * I’ve managed to make the posts full width by changing
 * `<?php $bloglayout = get_theme_mod( 'blog_layout', 'blogright' );`
 * to
 * `<?php $bloglayout = ('blogwide' );`
    in the single.php file
 * but the widgets are still shown at the bottom of the page, anybody know how I
   can completely remove them from the single posts?
 *  Thread Starter [ab](https://wordpress.org/support/users/maml/)
 * (@maml)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/make-page-full-width-no-widgets-on-posts/#post-6727168)
 * found a way around it by changing get sidebar from right to left

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

The topic ‘make page full width & no widgets on posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

## Tags

 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [Side-Bar](https://wordpress.org/support/topic-tag/side-bar/)

 * 2 replies
 * 1 participant
 * Last reply from: [ab](https://wordpress.org/support/users/maml/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/make-page-full-width-no-widgets-on-posts/#post-6727168)
 * Status: resolved