• Resolved ab

    (@maml)


    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

    (@maml)

    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

    (@maml)

    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.