This is what I have --
<?php
/*
Template Name: nosidebar
*/
?>
<?php
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
$left_col ="off";
$left_col2 = "off";
$right_col2 = "off";
$right_col = "off";
get_header();
extract($bfa_ata);
global $bfa_ata_postcount;
?>
And this is the resulting page --
https://shepherds.edu/about-shepherd...effectiveness/
It looks like the page text ends just where the sidebar should start... I was thinking it might want to make the middle column of the layout table what it was without the sidebar, but I'm not certain.
Thanks!
:-)
Russ