Importing haloscan comment to wordpress
One of my client using blogspot and she want to move to self hosting wordpress. She already use domain mapping so the main problem is blog engine
Moving process itself went smooth, in general the process involved are :
- Set subdomain for temporary name in her hosting account.
- Install wordpress
- Migrating her blogspot blog to wordpress
- Move picture stored in blogspot to her wordpress blog
- Update permalink
- Change domain pointing dns to main domain
The main problem that take some time is haloscan comment.
She use basic account and refuse to upgrade to premium account just for getting xml export.
After some time I finally found solution for export haloscan comment .
After get xml backup ( her haloscan comment around 500 comment ) I must get post associated with blogger post id. To do that things I use wp-get-blogger-post-id wp plugin from Justin blog.
Since the xml structure a bit different from ‘real’ exported xml file from haloscan I make little php script import the post into wordpress table account.
Lucky, I found php script that help me to cope with such situation.
You can download it here.
Last action need to take is delete blogspot blog to prevent duplicate content issue
Related Reading:
Using DrupalWith the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >
Drupal For DummiesLearn to set up, manage, and administer a Drupal Web site
Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >
Pro Drupal Development, Second EditionWidely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >
Front End Drupal: Designing, Theming, Scripting“For Drupal to succeed, we need books like this.”
–Dries Buytaert, Drupal founder and project... Read More >
Cracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >
Search Terms :
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
