Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Page content all turned to excerpts after upgrade from 3.7.3 to 3.7.7 (http://forum.bytesforall.com/showthread.php?t=18201)

jtsf Aug 19, 2012 03:42 AM

[SOLVED] Page content all turned to excerpts after upgrade from 3.7.3 to 3.7.7
 
After upgrading to 3.7.7 about an hour ago, all of the content on every page of my website has turned into an excerpt.

I'm using WordPress 3.4.1. This is the website: http://starrkingschool.net.

I use Atahualpa for almost every WordPress site I create and have never had this issue like this. I love Atahualpa, but this is killing me. I'm a web designer who can code a little, not a programmer or developer, so am at a total loss. Unfortunately I did not keep a copy of my 3.7.3 files.

This is what I've tried so far:

- Activating another theme and then reactivating Atahualpa
- Uploading a cleanly downloaded copy of index.php
- Putting every tag I can think of in Excerpts > Don't strip these tags and setting Excerpt Length to 10,000

That last effort makes the site look okay, but I'd rather fix the problem. Any suggestions for how to fix this? Why would the content on each page automatically be excerpted?

juggledad Aug 19, 2012 05:37 AM

do you mean you are seeing excerpts on your 'page' pages? The excerpt code works on ;posts' on a multi post page.

I would try disabling all your plugins to see if there is an interaction

jtsf Aug 19, 2012 10:13 AM

Yes, on all my "page" pages and all posts as well. I'll try the plugins thing.

Faffe Aug 20, 2012 12:05 AM

I'm having the same problem when previewing 3.7.7. I'm currently on 3.7.3, but when previewing the copy of 3.7.7 I've installed side by side, all the posts on the front page turn to excerpts. Also, the AddThis sharing buttons disappear, but that may be because of the excerpt issue. I haven't done much troubleshooting, it's just kept me from upgrading.

juggledad Aug 20, 2012 03:14 AM

Faffe: in 3.7.3 go to ato->export/import settings and do an export and attach to a reply

Faffe Aug 20, 2012 07:42 AM

1 Attachment(s)
Here you go!

juggledad Aug 20, 2012 07:55 AM

Ok, I just loaded your settings in using 3.7.3 and then swapped to 3.7.7 and I still have full posts showing on the blog page - I don't see excerpts till I go to the 'Configure EXCRPTS' option and change it there.

disable ALL your plugins and see if the same thing happens

Faffe Aug 20, 2012 04:18 PM

I deactivated all plugins, and unfortunately there was no change, still only excerpts. WP 3.4.1, Swedish language pack.

juggledad Aug 20, 2012 06:22 PM

If you send me a PM with an admin ID/password I'll take a look

juggledad Aug 22, 2012 03:10 PM

Please try this, 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;

and let me know if that works

Faffe Aug 23, 2012 04:42 PM

That did it, thanks a lot!

I'm now on 3.7.7, using a child theme just for the hell of it :)

juggledad Aug 24, 2012 01:19 PM

this has been made into a patch see,
PATCH 377-04: only excerpts showing after upgrading to 3.7.7 on some sites


All times are GMT -6. The time now is 06:21 PM.

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