• Resolved snigapoe

    (@snigapoe)


    i have already allow author and editor to access Dashboard however i only manage to get admin to access on dashboard?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Lima

    (@andrewza)

    @snigapoe did you set this inside your settings to allow dashboard access for editors and authors?

    Drew Jaynes

    (@drewapicture)

    If editors are unable to access the dashboard, it’s because they lack the edit_others_posts capability. The default capabilities used to determine access for each of the options are as follows:

    • Administrators – manage_options
    • Editors & Administrators – edit_others_posts
    • Authors, Editors, & Administrators – publish_posts

    If you’re code savvy, you can filter these default capabilities with the rda_default_caps_for_role hook.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘restricted dashboard for author and editor’ is closed to new replies.