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)
-   -   Inserting between Body and Footer on Multi-Post pages (http://forum.bytesforall.com/showthread.php?t=3165)

JakeThePeg Aug 27, 2009 02:34 AM

Inserting between Body and Footer on Multi-Post pages
 
Is there a way for to insert some text between Body and Footer, only on Multi-Post pages?

AnneTanne Aug 27, 2009 04:52 AM

You could try to add this ( on ATO / Style and edit center column):


<?php if( !is_single() )
{
?>

Here comes the code you want to insert

<?php
}
?>


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

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