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
Thomas Tesla
3,205 PointsBlog 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
Gareth Borcherds
9,372 PointsIs 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.
Patrick Serrano
13,834 PointsYou 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.
Tommy Gebru
30,164 PointsWhat section of the blog reader app are you on?
Thomas Tesla
3,205 PointsThank you. Got it working. yep. Wordpress blog! :)
Gareth Borcherds
9,372 PointsMake sure to select "Best Answer" to close this out.