Viewing 5 replies - 1 through 5 (of 5 total)
  • removing the sidebar, in most case, is as simple as removing the code that puts it there in the first place, specifically <?php get_sidebar(); ?> from whatever theme file that code exists in.

    Its the “after you have done that, now what” that is the problem, very theme-centric, and not open to a generic explanation.

    Thread Starter Chudz

    (@chudz)

    I see removing that code just removes the sidebar but not the place holder. Nvm I will just have to live with it.

    I’m not 100% but I’m sure removing <?php get_sidebar(); ?> will entirely remove the sidebar. you’ll probably eed to remove the div that contains that code as well.

    in the basic themes, the div for the sidebar is in the sidebar.php file so when you delete the <?php get_sidebar(); ?> its gone. You will on the other hand have to edit the other ‘containers’ that hold your content and the such.

    echo .. echo .. echo 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Side Bar Completely?’ is closed to new replies.