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)
-   -   Adding a banner after first post (http://forum.bytesforall.com/showthread.php?t=1935)

ngc Jun 5, 2009 04:49 PM

Adding a banner after first post
 
I'm looking for a way to put a banner just after the first post, I've searched all over the forum and couldn't find anything...

help please!!!

juggledad Jun 15, 2009 07:47 AM

Are you looking for this only after the first post or after all posts?

ngc Jun 19, 2009 10:38 AM

If there is a way to put only after the first post it would be great, if not, after ecah post it's fine...

Thanks for taking the time

juggledad Jun 20, 2009 09:51 AM

take a look at http://forum.bytesforall.com/showthr...ht=banner+post

ngc Jun 21, 2009 02:19 PM

Thanks Juggledad,

But actually im looking to put a banner oafter the first post in the main page, not in the post page... Sorry I didnt put that in my original question...

Thanks for the reply!!!

Flynn Jun 22, 2009 07:10 AM

Try putting this
PHP Code:

<?php if ( $postcount == 1) { ?>
HTML CODE FOR BANNER HERE
<?php ?>

into index.php after
PHP Code:

            <?php bfa_post_footer(); // Post Footer: To edit the output, see functions/bfa_post_parts.php ?>

        </div><!-- / Post -->


ngc Jun 28, 2009 05:31 PM

Excellent Flynn!!!

I'll try it out tonight!!! And I'm going to donate to this magnificent theme!!!!

Thanks!!!


All times are GMT -6. The time now is 10:39 AM.

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