Discover, trust, install: FAIR 1.0 is here

Plugin Banner

RSS Importer

by briancolinger

Version: 0.3.2

Download
Description

Import posts from an RSS feed.

  1. Upload the rss-importer folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Tools -> Import screen, Click on RSS

It seems to get only XML from a downloaded file

By narcisgarcia on September 16, 2023

It should allow an URL specification to get feed from an online website.

Needs update for PHP 7

By Back to Front (traverser11) on August 7, 2021

This plugin needs an update to work with php7. (and 8) @garethgillman has provided a fix. https://wordpress.org/support/topic/fix-for-php-7/ Once that's fixed it works really nice. Although it could also warn users that media files haven't been moved. Its not cool that @wordpressdotorg hasn't deployed that fix with an update to the plugin. Its almost like a core feature. For lots of people this is going to be one of their first experiences of WordPress trying to migrate their old site. Sorry for whinging let me know how I can fix it myself if thats easier.

Not tested on past 3 releases!!!

By BallisticsMan on May 26, 2019

Why is this even being offered as a possibility when it has not been tested on newer versions of WP?

Need fix for import category

By toanbily on March 23, 2017

Update line 109 for fixed wrong import categories: Old code: //$categories[$cat_index] = $wpdb->escape( html_entity_decode( $category ) ); New code: $categories[$cat_index] = str_replace(array('<![CDATA[', ']]>'), '', $wpdb->escape( trim($category) ));

not working

By Anonymous User 14198427 (anonymized_14198427) on February 10, 2017

PHP Fatal error: Uncaught Error: Call to undefined function set_magic_quotes_runtime() in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php:72\nStack trace:\n#0 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(178): RSS_Import->get_posts()\n#1 /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php(204): RSS_Import->import()\n#2 /var/www/wordpress/wp-admin/admin.php(308): RSS_Import->dispatch()\n#3 {main}\n thrown in /var/www/wordpress/wp-content/plugins/rss-importer/rss-importer.php on line 72, referer: https://marvin.fablab.fau.de/wp-admin/admin.php?import=rss

Not up to date.

By Wes (therealwesfoster) on October 4, 2016

Causes errors with current versions of both PHP and WordPress

0.3.2

  • Testing the plugin up to WordPress 6.4.2
  • Update link references from http to https.

0.3.1

  • Testing the plugin up to WordPress 6.2

0.3

  • Removed set_magic_quotes_runtime() for PHP 7 compatibility.
  • Add support for WordPress 6.1

0.2

  • Update compat
  • Add text domain headers

0.1

  • Initial release
  • Version:Version: 0.3.2
  • Business model:Business model: community
  • Active installs:Active installs: 30K
  • Last updated:Last updated: 11 months ago
  • Requires:Requires: 3.0
  • Tested:Tested: 6.6.2
Average rating:2.1 out of 5 stars.
  • Number of ratings: 1 ratings
  • Number of ratings: 0 ratings
  • Number of ratings: 2 ratings
  • Number of ratings: 2 ratings
  • Number of ratings: 4 ratings
Back to top