Wordpress integration |
(02-09-2018, 06:04 PM)skunkbad Wrote:(02-09-2018, 03:30 PM)gabrielcastillo Wrote: One thing you can try is using the WordPress REST API. This allows you get WordPress REST API data objects that can be interfaced with other applications. Of course that will work.. But to keep things simple, you could use Code: /wp-json/wp/v2/pages?slug=home-page to get all the data into your view template and parse the object however you want. No need to create another model if not needed. My example is just a quick solution to the problem above. |
Messages In This Thread |
Wordpress integration - by Luca4k4 - 02-05-2018, 08:15 AM
RE: Wordpress integration - by skunkbad - 02-05-2018, 03:04 PM
RE: Wordpress integration - by Luca4k4 - 02-05-2018, 03:56 PM
RE: Wordpress integration - by skunkbad - 02-05-2018, 05:37 PM
RE: Wordpress integration - by Luca4k4 - 02-06-2018, 06:44 PM
RE: Wordpress integration - by gabrielcastillo - 02-09-2018, 03:30 PM
RE: Wordpress integration - by skunkbad - 02-09-2018, 06:04 PM
RE: Wordpress integration - by gabrielcastillo - 02-09-2018, 06:15 PM
RE: Wordpress integration - by antonioalcala - 03-01-2018, 03:55 PM
RE: Wordpress integration - by botikol123 - 05-19-2021, 05:30 PM
|