Viewing 1 replies (of 1 total)
  • Hi kamcex in order to add author support to a custom post type you need to added ‘author’ to the supports array when registering the post type.

    'supports' => array( 'title', 'editor','thumbnail', 'author')

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘How to add authors metabox to custom post type?’ is closed to new replies.