Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to turn off the header image on all pages except the home page? (http://forum.bytesforall.com/showthread.php?t=10516)

neondevil Oct 20, 2010 01:38 PM

[SOLVED] How to turn off the header image on all pages except the home page?
 
I searched around and I didn't seem to find it but how can I keep the rotating header image just on the home page and remove it from all the other pages?

neondevil Oct 20, 2010 02:06 PM

Quote:

Originally Posted by STB (Post 46822)
You can use the WordPress is_front_page() function.
In Athualpa > Configure header area: replace %image with <?php if(is_front_page())echo '%image'; ?>

I just had to change the boolean to true and that did it, thanks a lot!

<?php if(is_front_page())echo '%image'; ?>


All times are GMT -6. The time now is 08:42 PM.

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