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] Removing footer in 2-column excerpts - 3.7.3 (http://forum.bytesforall.com/showthread.php?t=16776)

pvelte Feb 16, 2012 11:59 AM

[SOLVED] Removing footer in 2-column excerpts - 3.7.3
 
I am successfully using Juggledad's Two Column Post Page Template on a site I am developing for a client. Now I need to remove the footer from the excerpts on the front page but leave it on the two full posts above the 2-column excerpts. See: http://whitewingdesign.com/cynthia/

I've tried using the changes mentioned in:
http://forum.bytesforall.com/showthread.php?t=3729&highlight=remove+footer+exce rpts

Since 3.7.3 no longer has the ATO->Style & edit CENTER COLUMN->The LOOP option, I am making the changes to the template_two_column_posts.php file.

The recommend code change does not remove the footers from the excerpts. I've been unable to find any other reference to removing excerpts... am I overlooking something obvious? I greatly appreciate any help.

juggledad Feb 16, 2012 12:31 PM

If you have two posts above the columns, you could try this
HTML Code:

<?php
if (  $bfa_ata['postcount'] <= 2 )  {
    bfa_post_footer('<div class="post-footer">','</div>');
} ?>


pvelte Feb 16, 2012 01:01 PM

Perfect! Thanks so much for a very quick response and fix to this request.


All times are GMT -6. The time now is 03:01 AM.

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