How To Remove Sidebar From Pages
-
Hello all,
So far I’ve been able to adjust pretty much everything I need in the edegree theme and it’s starting to look exactly like I want it, but I’m having an issue with the sidebar / widgets. Within my layout, there’s a few pages that would look much better without any of the sidebar. I’ve been doing some modifications to header.php, since pretty much everything in edegree is located there, but following the semi-standard directions of…
<?php if (is_page(‘x’)) : ?>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>…isn’t working properly.
Anyone have an idea of how to remove the sidebar (or point me in the right direction) just from a few specific pages within the edegree theme?
- The topic ‘How To Remove Sidebar From Pages’ is closed to new replies.