Post Format Support ONLY for a custom post type
-
Hey All —
I have a custom post type, which I have enabled support for post formats. Everything works as expected. However, by default when you enable theme support for post formats, the “post” post type also gets support for post formats. I attempted to remove the support as follows:
remove_post_type_support( 'post','post-formats' );
but to no avail. Is there a way to turn off support for this on posts?
Thank you in advance,
- The topic ‘Post Format Support ONLY for a custom post type’ is closed to new replies.