New Zenner
- Join Date:
- Sep 2007
- Posts:
- 59
- Plugin Contributions:
- 0
Exclude sideboxes from home page only?
I can't seem to find out what the proper code is to insert here.
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes_on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;}
I'm wanting to hide all sideboxes on the right side but only on the home page/main page. I'm using a modified AppleZen template that restricts sideboxes to only display on the right side. When I tried to insert the following...
if ($this_is_home_page) {
$flag_disable_left = true;
I get a parce error. Any help would be greatly appreciated.
Vood