Import content from an RSS feed into a WordPress instance as posts, including transferring media files, rebasing internal links, and providing a list of equivalent links for each post for redirection.
Find a file
2025-12-17 20:32:33 +13:00
.gitignore initial commit of WP-CLI based import script 2025-12-17 18:10:09 +13:00
LICENSE initial commit of WP-CLI based import script 2025-12-17 18:10:09 +13:00
read-rss.php initiating the transition to wp cli 2025-12-17 20:32:33 +13:00
README.md initial commit of WP-CLI based import script 2025-12-17 18:10:09 +13:00
rss2wp.php initiating the transition to wp cli 2025-12-17 20:32:33 +13:00

rss-import-scanner

A custom script to import Jane Shearer's blog RSS, scan links and media references, and prepare for optimal import into WordPress.

Needs to process the RSS feed's XML to distinguish individual posts and their content, and then identify and record links.

Script is written with PHP.