importing third party json feed as custom post type

I have a third party json feed http://feeds.artlogic.net/artworks/artlogiconline/json/ that i need to use to import data in wordpress as a custom post type called “artwork”. Are there are handy plugins that could map this data. Or are there any handy api that would make this easier to code. I’m newest to wordpress development. Answers: Thank … Read more

Add custom taxonomy fields when creating a new taxonomy

Edit: Important note for WordPress v4.4 onward This question used a great workaround for the lack of real term meta in older versions of WordPress, but since the release of WordPress v4.4, real term meta has been introduced, and that’s definitely the way to go now. Here’s a post that looks like a good starting … Read more