I tried what you suggested and nothing. The sidebar is gone, but the content does not expand over the entire page and I get the following message at the bottom:
Fatal error: Call to undefined function: get_footer1() in /homepages/43/d131163460/htdocs/ColumbiaEagles/wp-content/themes/inove/pagenosidebar.php on line 40
What if the theme does not have the code
<div id=”sidebar”>
<?php include(TEMPLATEPATH.”/l_sidebar.php”);?>
<?php include(TEMPLATEPATH.”/r_sidebar.php”);?>
</div>
in the page template? I am using the “inove” theme.
How can you design a page template without a sidebar? I cannot find a solution for this theme.