Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Lee Hughes
8,380 PointsTransfer WordPress content over to Ruby website
I have a project which I'm working on and will be my first product. I'm currently building it on WordPress and while I learn more about Ruby I want to build this project in Ruby as a part of my portfolio.
So I was wondering if there's an easy way to transfer content from WordPress into a Ruby website. I don't want to continue building the WordPress site if at some point it will be a problem for me to transfer the content over.
2 Answers

Jason Seifer
Treehouse Guest TeacherHi Lee Hughes unfortunately not :( You'll have to write a custom importer from a wordpress export file or rss feed to get it to work on your Rails site.

Zac Gordon
Treehouse Guest TeacherVery interested to see if you can share your solution if you work it out!

Lee Hughes
8,380 PointsIt will be some time yet but I'll let you know if I can figure it out :)
Lee Hughes
8,380 PointsLee Hughes
8,380 PointsThanks Jason Seifer, I'll keep this in mind when I start building the website.