0

I have a mobile app that I am constructing with Ionic Framework, I've been researching trough the web trying to get any tutorial which give me the answer to my question: how can I connect my app with WordPress?

all I see is questions like this

I don't want/need to touch anything in the WordPress part, unless I need any plugin or something, all I need is to display the posts of WordPress account in my mobile app main view, so, is there any tutorial you can show me which goes straight to the point? do you have any example?

My app is running with Angular, so I need to do everything with it.

I saw this tutorial but he is doing it with something named Freshly-Pressed, how can I do it but with my own WP ?

1
  • Angular wants JSON would suggest you use something like this wordpress.org/plugins/json-api or roll your own server side code that accesses the WP DB directly and allows you to use JSON as the format for request/response data for angular or any other data consumer. Commented May 6, 2015 at 4:56

1 Answer 1

2

I didn't find any tutorial but you can acheive this with WP-REST API. Which gives you to fetch posts or create posts and more.

OR If you want to acheive it through a plugin then follow this post http://www.sitepoint.com/wordpress-json-rest-api/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.