• For two weeks or so the Author dropdown list on the “Edit post/Add new post” page displays only all users that don’t have the role “Author”.

    If it is a post from the past it also lists the author that post had been assigned to before this issue appeared.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I concur on this issue. The issue is caused by registering a post type with

    ‘capability_type’ => ‘page’,

    If that is changed to

    ‘capability_type’ => ‘post’,

    Then author/editors/contributors are listed.

    This is effecting the base ‘page’ post type also

    Thread Starter b3000tube

    (@b3000tube)

    Thank you for message, Merv.

    But neither have I registered another post type in the functions.php nor deactivating my Custom Post Type UI plugin helped.

    Is there another possibility?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author dropdown in posts only offering all user roles but authors’ is closed to new replies.