• WPChina

    (@wordpresschina)


    There is an RSS2.0 feed that I want to import data from.

    The import does work and gets data into my blog. However, the main article text found <content></content> on the RSS2.0 feed is not imported. Any idea why?!

    All the other data from that feed is imported well, but the info in the “content” tags is lost….

Viewing 4 replies - 1 through 4 (of 4 total)
  • The content tags should be in the format of:

    <content:encoded>
    </content:encoded>

    Thread Starter WPChina

    (@wordpresschina)

    Ok, I fixed that–tks!!

    However, now I have another problem. How do I separate the first part of each post from the “More” part of the post? for example, I want the first sentence in each post to be the intro and then people click “more” to see the full post.

    When I import as-is, it puts the entire thing together. i added something like <a id="more-537"> (the number 537 is random), between the first sentence and the rest of the post, but it seems to ignore it. Is there code I can place in the RSS2.0 file that will make my WordPress understand how to break it up when it imports??

    Tks!

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    If you have the ability to change the feed so easily, use <!–more–> instead of that a id=more stuff.

    Thread Starter WPChina

    (@wordpresschina)

    ah, yes. fixed! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help! RSS Importing is not working correctly’ is closed to new replies.