If I'd like to hide the right column from all, except home page, ezpages and say one category (id 7)
How would I code that?
Thanks
If I'd like to hide the right column from all, except home page, ezpages and say one category (id 7)
How would I code that?
Thanks
v1.5.6c
https://partydudes.co.nz
PHP Code:if ($this_is_home_page or ($current_page_base == 'page') or ($current_page_base == 'index' and $cPath == '7')) {
//show right col
} else {
$flag_disable_right = true;
}
Terrific thanks![]()
v1.5.6c
https://partydudes.co.nz