Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m trying to do that as well, but haven’t had any luck yet.

    FeedWordPress works fine as long as you don’t import anything from blogger. It can’t read the dates well.

    And about reblog, this is based on feedwordpress so it has problems reading the dates from blogger too.

    If you don’t plan to import feeds from other blogger blogs, any of these two plugins might work for you.

    I’m also very interested in this!…particularly for WPMU integration.

    WPChina

    (@wordpresschina)

    reblog doesn’t seem to work with WP 2.x when trying to cleanly integrate it. I have tried for many weeks and have asked on their forum, but others too have the problems and support seems minimal.

    I am still using reblog, though, but just using the Atom feed from the reblog and syndicating that on my blog.

    yes, if anything better comes along, pls let me know too! 🙂

    This looks promising, though I haven’t managed to get it working quite yet: http://www.rss2cms.com/

    WPChina

    (@wordpresschina)

    Yes, looks great, though seems to need a bit of programming to fit into the CMS you choose (i.e. WordPress). Anyone try it yet?

    any have these working on MU yet?

    It is actually easy to get feedwordpress working with WP 2.1. First change line 44 from:

    require_once (ABSPATH . WPINC . '/registration-functions.php');

    to:

    require_once (ABSPATH . WPINC . '/registration.php');

    Lastly, change line 41 to:

    require_once (ABSPATH . WPINC . '/rss.php');

    Can’t remember what line was before, but it was calling the file it asks you to upload to /wp-includes/ anyways.

    That will get it working. It doesn’t work with MU to my understanding.

    Trent

    I am having trouble getting it to work with WP2.1.

    It gives me sql errors from the beginning.

    Any ideas why?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP 2.0 compatible – Import RSS into blog as posts’ is closed to new replies.