Forums

how to hide sidebar from home page in no-frills theme (2 posts)

  1. hiromisf
    Member
    Posted 1 year ago #

    Hello,

    I am using no-frills theme.
    This theme has a default side bar list (pages, archives, etc), which goes away when i use a widget.

    i am using 1 widget (pages), which i want for all other pages, except Homepage.

    I used a plugin to hide widget in certain page. so i could hide the page widget in homepage, but now the default sidebar menu shows up.

    you can compare these pages.
    homepage
    http://makitadesign.com/test/

    other pages
    http://makitadesign.com/test/about/

    i would like to get rid of the side bar completely only on the homepage.
    it seems like get_sidebar is included in the header.php.
    i don't know much about php, so any help would be appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try something like:

    <?php if( !is_home() || !is_front_page() ) get_sidebar();?>

    in place of <?php get_sidebar();?> in header.php.

Topic Closed

This topic has been closed to new replies.

About this Topic