Closed jshaffstall closed 7 years ago
Line 157 of wordpress.js uses the Wordpress API to get the contents of a post:
adminXHR.open('GET', wordpressURL + '?json=get_post&post_id=' + articleID);
That only works for posts of the default 'post' type. Posts of different types return that the post could not be found.
It'd be nice if publishing could work with any post type, not just the default.
Thank you so much.
Line 157 of wordpress.js uses the Wordpress API to get the contents of a post:
adminXHR.open('GET', wordpressURL + '?json=get_post&post_id=' + articleID);
That only works for posts of the default 'post' type. Posts of different types return that the post could not be found.
It'd be nice if publishing could work with any post type, not just the default.