Is there a way to get the the exact same information from rest api endpoints in XML?
Example: https://demo.wp-api.org/wp-json/wp/v2/posts
I’m not looking for an RSS of latest posts, I want to use the rest api and customize what I pull as needed like I would using: https://demo.wp-api.org/wp-jsonwp/v2/posts?_embed=1&tags=XXX
I just need it in XML…
Is that possible or will I have to use a json to xml proxy script?