Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Old Version fixes and change logs (http://forum.bytesforall.com/forumdisplay.php?f=37)
-   -   PATCH 378-01: only excerpts showing after upgrading to 3.7.7 or 3.7.8 on some sites (http://forum.bytesforall.com/showthread.php?t=18241)

juggledad Aug 23, 2012 07:08 PM

PATCH 378-01: only excerpts showing after upgrading to 3.7.7 or 3.7.8 on some sites
 
1 Attachment(s)
Some sites are experiencing a situation where only excerpts show up even though the options are set to show full posts. This patch will correct this situation.

edit function.php and change lines 965-967 from
HTML Code:

function bfa_is_pagetemplate_active($pagetemplate = '') {

        global $wpdb;

to
HTML Code:

function bfa_is_pagetemplate_active($pagetemplate = '') {

        if ($pagetemplate == '') {return 0;}

        global $wpdb;

or download and unzip the attached file and uploaded it to your theme folder replacing the orignal copy of 'function.php'

paulae Aug 24, 2012 09:07 AM

Thanks for this. Has the downloadable 3.7.7 on the Wordpress site been patched?

juggledad Aug 24, 2012 09:43 AM

No, and never can be. This will get into the next release which is why I put the patchs out, so you don't have to wait for the next release to get the fix.

paulae Sep 13, 2012 05:02 PM

Same for me. I cleared the browser cache (Safari and Chrome), but I'm getting just one excerpt. I have it set to show 6 full posts.

juggledad Sep 13, 2012 07:46 PM

Paulae - can you send me a pm with an admin ID/pw so I can take a look?

I've got 3.7.9 on
- have reading set to display 6 posts
- have ato excerpts set to full posts a
and that is what I see, full posts - if I change it to excerpts I see the excerpts

this is not using a template though

paulae Sep 14, 2012 05:08 AM

Ah. Strangely, my Settings/Reading was set to show only one excerpt. I don't remember setting it that way! Once I changed it to 6, and ATO was set to show 6 full posts, it worked fine. Thanks, JD. Sometimes the simplest explanation is the right one. Maybe Flynn should include a hint about checking the Settings/Reading config in the instructions for the ATO/Configure Excerpts. If a non-newbie like me needs prodding, surely newbies might.


All times are GMT -6. The time now is 02:40 PM.

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