• Hello I would like to remove the sidebar (including the archives and meta categories) from my website. I’ve searching for over a week now online and have found no useful information. I am using the Arclite theme and this is my website.

    Following these instructions I went ahead and removed
    <?php get_sidebar(); ?> from the index.php but nothing has happened. Any advice would be greatly apperciated!

Viewing 1 replies (of 1 total)
  • Thread Starter Moskva81

    (@moskva81)

    Intuition tells me since I have a static site with only pages I should removed the sidebar recall from the page.php as well perhaps? And this is what has to go?
    <?php
    if(!is_page_template(‘page-nosidebar.php’)):
    get_sidebar();
    include(TEMPLATEPATH . ‘/sidebar-secondary.php’);
    endif;
    ?>

    I don’t want to mess anything up so I won’t change it yet.

    Also I should mention I’d like the content on each page to fill in the space the sidebar occupied.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Sidebar’ is closed to new replies.