Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] disable sidebar on certain pages (http://forum.bytesforall.com/showthread.php?t=2324)

f0rd42 Jul 9, 2009 07:35 AM

[SOLVED] disable sidebar on certain pages
 
Hi

whith my other themes, I was able to disable the sidebar on certain pages (like the forum) by editing the page.php:

PHP Code:

<?php if(!is_page('forum')) {
         
get_sidebar();
      }
?>

But Atahualpe doesn't use the page.php and a egrep for get_sidebar was not really helpful ...

Can anyone point me to the right direction?

Thanks a lot in advance.

f0rd42

f0rd42 Jul 9, 2009 07:40 AM

ignore that, found it while searchig ... puhh, will take me some time to understand all the changes with that theme, but it's great.

juggledad Jul 9, 2009 07:56 AM

For others reading this see ATO->Sidebars for options to display and not display the sidebars on certian pages


All times are GMT -6. The time now is 01:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.