• Resolved nowton

    (@nowton)


    function bweb_wpsrd_add_post_types( $postTypes ){
        $postTypes[] = 'project';
        $postTypes[] = 'medewerker';
        return $postTypes;
    }
    add_filter( 'wpsrd_post_types_list', 'bweb_wpsrd_add_post_types' );

    added to functions.php but no controls to do Bulk Edit are to be seen in the backend. Please advise, thanks.

    https://wordpress.org/plugins/simple-revisions-delete/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brice Capobianco

    (@brikou)

    Hmm…
    I can’t really help you with so few information about your WordPress’s install.
    Are you sure of your CPT’s names?
    Do you have the edit_post capability?
    Is the bulk edition the only problem or it doesn’t work neither within the post edition page ?
    Regards

    Thread Starter nowton

    (@nowton)

    I suspect a caching issue on our side as the function now works; that is the option is visible. I will check whether it really works, but for now the issue has been resolved, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does not show Bulk Edit option on Custom Post Type’ is closed to new replies.