change author/instructor for Admin
-
Add this code in theme file functions.php
function allowCoursesAuthorEditing() { if(current_user_can('administrator')){ add_post_type_support( 'courses', 'author' ); } } add_action('init','allowCoursesAuthorEditing');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change author/instructor for Admin’ is closed to new replies.