Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Is there a way to show different footers on different pages? (http://forum.bytesforall.com/showthread.php?t=2415)

smcrjc Jul 13, 2009 12:37 PM

[SOLVED] Is there a way to show different footers on different pages?
 
Here's what I'm trying to do:

I have a two column setup with a left sidebar. I have some text I want to span the bottom of the page (across the sidebar and the body). I can do this using the footer, but I only want this text showing on one page.

Is there a way to have a different footer for this one page? Or is there an alternative method to get the text to span across the sidebar and I'm just missing how to do this?

Flynn Jul 15, 2009 10:47 AM

You can put PHP into Style & Edit FOOTER -> Footer:Content

<?php if ( is_page('Title of Page') ) { ?>
Text and HTML here
<?php } ?>

smcrjc Jul 18, 2009 03:43 AM

Perfect! Thank you very much!


All times are GMT -6. The time now is 11:18 PM.

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