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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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. :-)