از کد زیر می توانید دستی اضافه کنید.
function my_custom_post_status(){
register_post_status( '<strong>pitch</strong>', array(
'label' => _x( <strong>'Pitch'</strong>, 'post' ),
'public' => false,
'exclude_from_search'...