0
I need to list the last two posts of another Wordpress site that is on another server. I have access to the Server of this other site that I want to get the posts. I tried to pull via RSS, however, I could not bring the images of the posts Thumbs. Is it possible to bring both the content and the Thumb image? Could you suggest me an alternative to RSS, or a way to pull content and photo using RSS?
I’m almost sure you will have to implement an "API" on the site you want to pull the hosts. There is availability for this?
– KaduAmaral
So, I can access the files from this other site.. How would this api look like?
– Júlio Rodrigues
I don’t work with wordpress, but you would have to create some kind of plugin to pick up the posts and provide them through a json by some specific URL (http://minhaurl.com/posts.json), don’t forget to authenticate/or not according to your need.
– KaduAmaral