ยป New Theme
Those of you who read on-site can refresh for a new theme. The arrows on the “Comments” sidebar now work correctly.
Friday the 13th — oh noes!
Those of you who read on-site can refresh for a new theme. The arrows on the “Comments” sidebar now work correctly.
Friday the 13th — oh noes!
Fix the feed. It looks like WordPress and Google Reader have agreed to disagree, so WP will have to be hacked. I don’t have time right now.
Jared
19 Nov 09 at 2:04 pm
What needs to be fixed? Just removing that colon-separated part of the content tag (IIRC)?
Jack
1 Dec 09 at 3:15 pm
The root of the issue is that RSS 2.0 is an ambiguous spec (probably because it was written by a monkey). WordPress interprets the spec as the description element should contain a preview and content:encoded should contain the full post. Google Reader interprets the opposite (or, rather, it simply displays whichever one of those elements comes first in the file).
The PHP file that produces the feed needs to be modified to suppress content:encoded. I can’t find lots of instructions for modifying earlier versions of WordPress. But I don’t have good enough file access to figure out how to do it in the spaghetti that is WordPress 2.8.
Jared
2 Dec 09 at 12:48 pm
Cool, thanks.
B-Rhymes and I are doing Drupal stuff today (including a test install on this site). I’ll fix it then (er, shortly).
Jack
2 Dec 09 at 2:47 pm
Alternate fix: repoint the RSS feed to the Atom feed.
Jack
2 Dec 09 at 2:54 pm
Hmm, Atom is a lot better designed than RSS 2.0. It hasn’t been widely adopted but it is widely supported. I vote Atom. Here’s how to do it?
Jared
2 Dec 09 at 5:03 pm