2016-05-04 2 views

Antwort

0
function my_cpt_support_author() { 
    add_post_type_support('my_cpt', 'author'); 
} 
add_action('init', 'my_cpt_support_author'); 

diesen Code hinzufügen, in Ihnen