Podpress Vs Custom Post Type
-
I want to use Podpress in a custom post type, but the plugin’s meta fields don’t show up when writing a new post. I’ve tried adding “podpress” to the supports array when registering the custom post type
'supports' => array( 'podpress', 'comments', 'title', 'editor', 'custom-fields', ),But it doesn’t seem to have any effect. Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Podpress Vs Custom Post Type’ is closed to new replies.