Tiu ĉi kromprogramo ne estis testita en la 3 lastaj gravaj eldonoj de WordPress. Eble ĝi ne plu estas prizorgata kaj ĝi eble havus kongruajn problemojn en novaj versioj de WordPress.

RSS-importilo

Priskribo

Importi afiŝojn el RSS-fluo.

Instalo

  1. Alŝutu la dosierujon rss-importer al la dosierujo /wp-content/plugins/
  2. Aktivigu la kromprogramon per la menuo ‘Kromprogramoj’ en WordPress
  3. Iru al Iloj -> Importado, alklaku al RSS

OD

Installation Instructions
  1. Alŝutu la dosierujon rss-importer al la dosierujo /wp-content/plugins/
  2. Aktivigu la kromprogramon per la menuo ‘Kromprogramoj’ en WordPress
  3. Iru al Iloj -> Importado, alklaku al RSS

Pritaksoj

Aŭgusto 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.
Marto 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) ));
Februaro 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
Oktobro 4, 2016
Causes errors with current versions of both PHP and WordPress
Legi ĉiujn 8 pritaksojn

Kontribuantoj k. programistoj

“RSS-importilo” estas liberkoda programo. La sekvaj homoj kontribuis al la kromprogramo.

Kontribuantoj

“RSS-importilo” has been translated into 41 locales. Thank you to the translators for their contributions.

Traduki “RSS-importilo” en vian lingvon.

Ĉu interesita en programado?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Ŝanĝprotokolo

0.2

  • Update compat
  • Add text domain headers

0.1

  • Unua eldono