'single post format for custom post type
is it possible to add only one 'post format' to custom post type. for example i have two custom post types and want to add 'audio' post-format to the first one and 'video' post format to other one.
i have the following in functions.php
add_theme_support( 'post-formats', array(
'aside', 'image', 'video', 'audio', 'quote', 'link',
) );
i don't want to remove any thing from the above but i want to display only one of them in my custom post type when adding new post if its possible. thanks.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
