Forums

Edit Flow
[resolved] Post status no longer visible (8 posts)

  1. 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/

  2. Daniel Bachhuber
    Member
    Posted 3 months ago #

    Are the custom post types registered with the theme or outside of the theme?

  3. 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?

  4. Daniel Bachhuber
    Member
    Posted 3 months ago #

    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.

  5. 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?

  6. Daniel Bachhuber
    Member
    Posted 3 months ago #

    It's most likely an issue with your theme that you'll need to ask your theme developer about.

  7. hermy65
    Member
    Posted 3 months ago #

    Ok, is there anything in particular i should mention so he has an idea of where to look?

  8. Daniel Bachhuber
    Member
    Posted 3 months ago #

    Sure, this section of code is how the custom statuses get hooked into the admin. I suspect the theme is conflicting with that in some way.

Reply

You must log in to post.

About this Plugin

About this Topic