Custom Post Type Support
-
Less of a support request and more of a feature request. It would be great to see support for post type selection.
The list of supported post types should be dynamic instead of static as seen below:
$post_types = apply_filters( 'instant_articles_post_types', array( 'post' ) );
The topic ‘Custom Post Type Support’ is closed to new replies.