Feed only showing Blog title
-
Hey guys,
I’ve just upgraded to wordpress 3.0.2 (though I can’t say that this problem wasn’t in place before the upgrade) and the feed is only showing the blog title, bellow is the xml;
<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:wfw="https://wellformedweb.org/CommentAPI/" xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:sy="https://purl.org/rss/1.0/modules/syndication/" xmlns:slash="https://purl.org/rss/1.0/modules/slash/" > <channel> <title>Example Blog</title> <atom:link href="https://www.example.com/blog/feed/" rel="self" type="application/rss+xml" /> <link>https://www.example.com</link> <description>Description</description> <lastBuildDate>Tue, 30 Nov 2010 18:33:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://www.ads-software.com/?v=3.0.2</generator> <item> <title>Title</title> <link>https://www.example.com/blog/2010/11/title/</link> <comments>https://www.example.com/blog/2010/11/title/#comments</comments> <pubDate>Mon, 15 Nov 2010 18:08:38 +0000</pubDate> <dc:creator>Joe Bloggs</dc:creator> <category><![CDATA[A Category]]></category> <category><![CDATA[cat]]></category> <category><![CDATA[cat]]></category> <category><![CDATA[cat]]></category> <category><![CDATA[cat]]></category> <guid isPermaLink="false">https://example.com/?p=284</guid> <description><![CDATA[
I’ve edited the markup to hide the site. But you see it dies before printing the description of the first post.
Any ideas?
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Feed only showing Blog title’ is closed to new replies.