JSON API to pull feeds from wordpress to html5
-
As follow up to my earlier issue. I have been able to atleast pull posts titles from my wordpress site to my html5 mobile app, after following the steps in this video tut: Here.
I have been able to pull in feeds (and also create a) to a dynamically generated page in jquery mobile(using dreamweaver). Now my issue is when i open a link it takes me to the dynamically created page but it does not display the post content, thumbnail etc.
It only displays the title of that particular post. I really need to figure this out. Been on this project for way too long. Please i need your help.
I have written a custom JSON API controller and also created a controller file that contains all my api codes. I don’t know how to write a function that pulls in featured image and also post content without having to use custom post types(Because i want to keep the code reusable for all my wordpress sites.). thank you
- The topic ‘JSON API to pull feeds from wordpress to html5’ is closed to new replies.