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)
-   -   remove centre column material from pages other than the main page?? (http://forum.bytesforall.com/showthread.php?t=3914)

adri Oct 16, 2009 07:13 AM

remove centre column material from pages other than the main page??
 
Hi

Is it possible to only show the 'content above the loop' on the main page?

I want to have a couple of pages where it doesn't show.

TIA

Adri

juggledad Oct 16, 2009 07:52 AM

sure, wrap the whole thing in a php IF - add this to the begoinning
HTML Code:

<?php if (is_front_page) { ?>
and this to the end
HTML Code:

<?php } ?>


All times are GMT -6. The time now is 10:48 PM.

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