外掛說明
透過 RSS 資訊提供匯入文章。
安裝方式
- 將壓縮檔解壓縮所得的
rss-importer
資料夾上傳至/wp-content/plugins/
目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 前往 [工具] -> [匯入] 設定頁面,點擊 [RSS]。
常見問題集
- Installation Instructions
-
- 將壓縮檔解壓縮所得的
rss-importer
資料夾上傳至/wp-content/plugins/
目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 前往 [工具] -> [匯入] 設定頁面,點擊 [RSS]。
- 將壓縮檔解壓縮所得的
使用者評論
2019 年 5 月 26 日
Why is this even being offered as a possibility when it has not been tested on newer versions of WP?
2017 年 3 月 23 日
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) ));
2017 年 2 月 10 日
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
2016 年 10 月 4 日
Causes errors with current versions of both PHP and WordPress
參與者及開發者
變更記錄
0.2
- Update compat
- Add text domain headers
0.1
- Initial release