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 » Excerpts, Read more, Pagination »

[SOLVED] Excerpts on home page don't work


 
Prev Previous Post   Next Post Next
  #1  
Old May 29, 2009, 06:33 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
[SOLVED] Excerpts on home page don't work

If you set ATO -> Posts or Excerpts -> Posts or excerpts on HOME page? to 'Only Excerpts, you will continue to get the full posts no matter what 'Show the first X posts on HOME page as full posts?' is set to.

Flynn, please verify the following

The problem can be fixed by editing bfa_post_parts.php and changing lines 63-65:

function bfa_post_bodycopy() {
global $bfa_ata;
if (/* (is_home() AND $bfa_ata['excerpts_home'] == "Full Posts") OR

to:

function bfa_post_bodycopy() {
global $bfa_ata;
global $postcount;
if (/* (is_home() AND $bfa_ata['excerpts_home'] == "Full Posts") OR

Last edited by juggledad; Jun 9, 2009 at 09:48 AM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Atahualpa 3.4 : EXCERPTS new option to read the full post after [...] does not work benoit Excerpts, Read more, Pagination 2 Jul 9, 2009 06:45 PM
Excerpts on home page don't work kennfusion Excerpts, Read more, Pagination 1 Jun 7, 2009 10:22 AM
IE 7 with XP: Atahualpa don't work sometimes francos Atahualpa 3 Wordpress theme 4 Apr 17, 2009 01:59 AM
Posts and comments don't work in IE Valeria Moore New Versions, & Updating 2 Feb 26, 2009 01:00 AM
[SOLVED] Plugins don't work with Atahualpa 3 Wordpress theme irvin Plugins & Atahualpa 3 Feb 23, 2009 02:52 PM


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


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