Kainoto Simple RSS Importer
Kainoto Simple RSS Importer
Description
This plugin provides a straightforward interface for WordPress administrators to import posts from an RSS or XML file. It is designed to solve common import problems, such as content corruption from aggressive sanitization, by performing minimal processing.
Key Features:
* Import posts from an RSS/XML file.
* Correctly imports post publication dates.
* Option to import feed categories as either WordPress Categories or Tags.
* Option to overwrite existing posts with matching titles.
* Advanced content cleaning:
* Remove all style and class attributes from HTML.
* Remove specific tags (like span, a) while keeping the text inside them.
* Fixes unwanted line breaks and extra spaces.
* Securely built with WordPress coding standards, including nonce verification and capability checks.
Installation
- Upload the
kainoto-simple-rss-importerfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Navigate to the “Kainoto RSS Importer” page in the admin menu to begin.
Reviews
Changelog
1.6
- SECURITY: Hardened file upload and POST data handling to meet strict WordPress standards.
- FIX: Replaced deprecated
get_page_by_title()with modernWP_Query. - FIX: Escaped all admin notices for improved security.
- TWEAK: Removed broken image link from disclaimer.
1.5
- Initial stable release.