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! While you're at it, check out some resources Treehouse students have shared here.

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

iOS

Blog Reader App

Hi. The provided project displays the posts of the teamtreehouse blog (blog.teamtreehouse.com) How can i extend this to my blog ? How do I view the json page of my blog?

4 Answers

Is your blog built in Wordpress? If so, install this plugin

http://wordpress.org/plugins/json-api/

It's the same plugin they use in the tutorial. That way all your data will be the same and it will make it easier.

You would need to offer a JSON API for your blog, and then you would need to connect the app to that API instead of the the Treehouse API.

What section of the blog reader app are you on?

Thank you. Got it working. yep. Wordpress blog! :)

Make sure to select "Best Answer" to close this out.