Posting data from Ionic app to WordPress

The only way you can do this my friend is by using the REST API. In you ionic app you will make a post request to the api. You will need to go through Oauth for authentication and so forth, but that’s what the REST api is made for.

Using the JSON API via HTTPS and HTTP

You can serve your site on both protocols http and https. This might be problem if you care about SEO (duplicate content). You can use 301 redirection to force users to be redirected from http to https. Old app will be slightly slower because of redirection but it will be working. This might be problem … Read more

Passing data outside of WordPress possible?

I’m not an affiliate of Gravity Forms and I’m sorry if this offends someone, but based on my own custom form development experiences I can recommend it. Gravity Forms has very good API documentation that helps when customizing forms. For example on one site I used Advanced Custom Fields metafields as Gravity Forms radio field … Read more

Creating posts, containing data from remote API

Is it possible to create a create a custom post type for every product in this APIs and publish it on the website? Yes, loop through the results, and for each result, check if the post already exists. If it doesn’t use wp_insert_post to create the post. Try doing it on a cron job so … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)