Removing the Sidebar - Help!!
I've created a wp theme using Artisteer and want to remove the sidebar from one page, but keep it on the others.
I've done a good old google search and have found a solution using
< ? php get_sidebar(); ? > in the page.php file, and adding the following around it:
<?php if (is_page('x')) : ?>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>
however, my theme's sidebar code looks like this:
</div>
<div class="sidebar1">
<?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
</div>
and I have no idea how to apply the <?php get_sidebar(); ?> solution above to it, or if I should even bother trying to, is there another solution for my code?
Can anyone help?
Cheers,
Sissy
After5PC.net
Freelance Web Development
and Graphic Design Services