Deceased
- Join Date:
- Nov 2007
- Location:
- Sunny Coast, Australia
- Posts:
- 3,427
- Plugin Contributions:
- 2
Show/Hide sideboxes based on page
marton_1:
Sorry to drag up an old thread.
I have been experimenting with not showing side columns on certain pages.
I used the prepared code in tpl_main_page.php to stop columns on the home page which works fine.
But does not stop columns for other pages, I assume the page name is this guy? <title>Accessories</title>
So the code to I used is
if (in_array($current_page_base,explode(",",'Accessories')) ) {
$flag_disable_right = true;
}Probably I did something dumb :(
<title>Accessories</title>
Post a link to your site please.