Hi All,
Just wondering if someone could advise on how I can remove the sidebar from certain pages.
Say for instance I do not want the sidebar to show up on the Home page and About page.
Is there some way i to tell page.php to check what page the user is on before grabbing the side bar ?
e.g.
<?php
if (!home || !about)
thematic_sidebar();
?>
Thanks in advance