A migration script for importing Nucleus authors, categories, items, comments (and optionally trackbacks and blogroll links) into a fresh WordPress install.
Categories
Site ManagementLicense
Public DomainFollow Nucleus-to-WordPress Migrator
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
If you only want to move over the posts and comments, I have made a version of this script that does not need NucleusCMS to be installed. You can contact me via: Pallieter.org/www8/2005/06/29/pk/
-
This is the only Nucleus-to-Wordpress Importer that worked for me. If you are using a newer version of WordPress, you have to delete some lines in index.php and classes.php5 to make it work. index.php: lines 331-346 (begins with "// Okay, now that's done" and ends with "flush();") and lines 367-377 (begins with "// Update post counts" and ends with "flush();") classes.php5: lines 277-279 (begins with "// Insert post2cat" and ends with "$database->query($query);") If you delete these lines, the categories are not created and all items are assigned to the standard category. But if you do not delete these lines, you can't import anything... So, it's not a perfect solution, but you will have all items and comments. That's a good compromise, I think. :-)