grefel / press2id

Connect Adobe InDesign to a Wordpress Blog via REST
GNU General Public License v3.0
32 stars 5 forks source link

Other post types than post #6

Closed stebrech closed 3 years ago

stebrech commented 5 years ago

A great new feature would be to fetch any installed custom post types and offer a dropdown to choose another post type than post.

grefel commented 5 years ago

I don't use custom post types so far. I installed the wp plugin Custom Post Type UI and added a custom post type. These post types are available in the REST API. There are probably different ways to add custom post types and they might not appear in the API. This feature ist worth looking into it, but filtering for categories will be next :-)

stebrech commented 5 years ago

Sounds great. Thanks a lot for the awesome work you share with us!

berlinersueden commented 5 years ago

Custom Post Types registered using the register_post_type function can be fetched at the moment by replacing posts in press2id.jsx on lines 163, 695 and 699 before running the import.

grefel commented 3 years ago

works via dropdown in branch gui-wizard