hermy65
Member
Posted 3 months ago #
My theme was updated today and I just noticed that under one of my custom post types it no longer shows the status of each post.
Examples
Newer version of theme - http://imgur.com/KSeJF
Older version of theme - http://imgur.com/cISte
Any idea on what could be causing this? It works on standard post types like Posts and Pages just not on my custom types.
http://wordpress.org/extend/plugins/edit-flow/
Are the custom post types registered with the theme or outside of the theme?
hermy65
Member
Posted 3 months ago #
Initially i had added a snippet to the functions.php and it worked fine. Now however it is not working, this is the code i was using
function db_add_ef_post_type_support() {
add_post_type_support('review', 'ef_notifications');
add_post_type_support('review', 'ef_custom_statuses');
add_post_type_support('review', 'ef_editorial_comments');
}
Is there another way to do this from maybe within the plugin?
Oh, the names of your post types might've changed. As of v0.7, you can activate and deactivate custom post type support for each module from the admin.
hermy65
Member
Posted 3 months ago #
I tried removing that snippet of code, then went into custom post statuses and selected my reviews section and it still does not appear there. Any other ideas?
It's most likely an issue with your theme that you'll need to ask your theme developer about.
hermy65
Member
Posted 3 months ago #
Ok, is there anything in particular i should mention so he has an idea of where to look?