Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Removing Post Footers on Homepage except top post


  #1  
Old Oct 4, 2009, 07:22 PM
Larry
 
37 posts · Sep 2009
I have the option selected to only show the most recent post with the full summary of the post, and excerpts of the remaining posts on my home page.

How can I remove the post footers from appearing on the posts with excerpts only? It doesn't make sense to have a post footer showing at the bottom of an excerpt only.

I'm using Atahualpa version 3.4.4
  #2  
Old Oct 5, 2009, 05:13 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to ATO->Style & edit CENTER COLUMN->The LOOP and change
HTML Code:
<?php bfa_post_footer('<div class="post-footer">','</div>'); ?>
to
HTML Code:
<?php 
if ( ( is_front_page() AND ($bfa_ata['postcount'] == 1) ) 
OR ( !is_front_page() ) ) {
    bfa_post_footer('<div class="post-footer">','</div>');
} ?>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Oct 5, 2009 at 06:20 AM.
  #3  
Old Oct 5, 2009, 06:14 AM
Larry
 
37 posts · Sep 2009
Thanks Juggledad,

That worked perfect. I am just now learning php so I couldn't figure it out. I'll get it though.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
[SOLVED] removing sticky post from category page creativeliza Post-Kicker, -Byline & -Footer 10 Nov 10, 2009 03:56 AM
[SOLVED] AddThis in post footers ahaze Post-Kicker, -Byline & -Footer 4 Sep 9, 2009 12:56 PM
Removing Dashed Line Above 1st Post on Single Post Page krystyna Post-Kicker, -Byline & -Footer 2 Aug 27, 2009 05:14 PM
[SOLVED] Next post and previous post links on top of single post page error susieswe Atahualpa 3 Wordpress theme 2 Jul 15, 2009 02:58 PM


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


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