• Resolved gevans

    (@gevans)


    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)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems?

    resetting the plugins folder by FTP or phpMyAdmin? Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress?

    – increasing the memory available to PHP?
    https://www.ads-software.com/support/topic/253495#post-1017842

    Thread Starter gevans

    (@gevans)

    Thanks for all the info, I thought I’d checked the plugins a bit better than I had, but a facebook share app was the culprit!

    All sorted now,
    Cheers,
    gevans

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feed only showing Blog title’ is closed to new replies.