jroller to WordPress migration
20 10 2006I got bored with the interface of roller on jroller.com, I decided to switch to WordPress. One of the features I love about WordPress is the import/export feature. But I needed a way to export my existing roller blog (a feature that isn’t yet implemented in roller).
A little googling for migrate roller weblogger to wordpress led me to this article: Migrating a Roller blog to WordPress. The author’s custom template works for generic RSS. While WordPress can use this format, I had better success using the WordPress eXtended RSS (WXR) format.
As the author states
“…because while WordPress can import posts from your feed it cannot import the post comments. Nothing against WordPress, the RSS 2.0 specification does allow a comments subelement but that can only be a link to the actual comments page. So basically we need to defy them all, add the comments inline in our custom RSS Feed and then modify the wordpress RSS Import Utility to decipher and import the comments as well.”
with my modifications you don’t have to modify the wordpress importer at all, which means you can use this on wordpress.com as well.
Here is what I did:
- add a new template, “WordPress export”

- click the edit icon next to the template

- change the Link to “wpexport.xml”

- paste in this template
- click Save button
- click Done button
- Proceed to download
Now you are ready to download the xml file and import into WordPress.
wget http://jroller.com/page/*your_blog_name*/wpexport.xml




[...] as you can tell! I must say that the migration was a breeze - followed the instructions at http://zeusville.wordpress.com/2006/10/20/302/. Certainly see a whole lot more options here on WordPress and the usage statistics seem a whole lot [...]
[...] and writing. My blog was hosted before on JRoller. I carried it to WordPress.com with the help of zeusville. This is my first post here. Hope I will read, try, learn more and share through this [...]
This is very helpful!
I’m just trying to migrate from jroller to wordpress. But I can’t get your custom template file from the link any more. Could you send me a copy to houyongr(at)gmail.com? Thank you!
Hello world, again (Part II, how I moved from JRoller to WordPress)
This is my summary about the migration of my blog from JRoller to here.
I’m a Java engineer working in China. So when I was looking for a free blogging service, JRoller was my natural choice, because
1. In China, Blogger, WordPress, LiveJournal, …
[...] JRoller to WordPress migration I really got annoyed with the JRoller interface after they decided to upgrade to a newer version. It was not that user friendly anymore so decided to migrate to wordpress which is much much better. Naturally I wanted to migrate my blog entries from JRoller to wordpress but JRoller doesnt provide any export options. Googling for the topic returned an entry titled JRoller to WordPress migration. [...]
There goes the neighborhood…
I brought over some of my jroller entries; couldn’t get them all, but oh well…
I found this wonderful blog telling me how to create a template that can be used to export some of the entries as an RSS XML document. This document is then imp…