Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bob

    (@prasunsen)

    Sorry, I have no answer – can’t find anything in the docs about changing this for custom post types.

    Thread Starter klonerom

    (@klonerom)

    Hey,

    Just for information, I’am using this code :

    function allowAuthorEditing()
    { add_post_type_support( 'namaste_course', 'author' );}
    add_action('init','allowAuthorEditing');

    And now I have in parameters of my course page the author selection which is displayed.

    Romain

    Plugin Author Bob

    (@prasunsen)

    Ah so I guess we can add this into the register_post_type call. I’ll try it soon, thanks for your feedback!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How could I change course author ?’ is closed to new replies.