edit nosidebar.php and replace lines 1-5 with the following:
HTML Code:
<?php /* Template Name: nosidebar */ ?> <?php // Do not delete these lines ?> <?php /* get all options: */ # error_reporting(-1); include (TEMPLATEPATH . '/functions/bfa_get_options.php'); global $bfa_ata; $left_col ="off"; $left_col2 = "off"; $right_col2 = "off"; $right_col = "off"; get_header(); ?>
Use the template on the page you want.
You could easily change OFF to ON for any of the sidebars and create other templates as needed.