importing third party json feed as custom post type [closed]
If you want the D.I.Y. route… The post type in this example is set to ‘post’ but you can see where to change it. Here is a working example to pull the data ( first page in this example ), parse the response, create a class for the clean(er) data, generate posts from that data … Read more