Hello All,

I'm unable to suppress my sideboxes per specific pages.

http://www.intrainingla.com/intraini..._page=trainers

I want to suppress the "press" and "left" sideboxes (the top two in left column) on this page, and then suppress "editable" sidebox (the third in left column) on all subsequent trainer profile pages.

<!--
// test if box should display
if (this_is_trainers_page) {
$show_editable_sidebox = true;
} else {
$show_editable_sidebox = false;
}
-->

My difficulty seems to be in calling the page/s correctly in the beginning of the if statement.

Any and all insight would be appreciated.

-Chris