• I’d like an author to be able to login and see their published page and posts. (but not be able to publish more pages)

    Currently even though the author has published a page it’s not showing in the dashboard.

    Any advice greatly appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    So the page and post list tables accessed from the admin menu is not good enough, you want a list right on the initial dashboard page. And the recent activity widget there is not enough either, you want only the author’s posts and pages listed here. Am I understanding correctly?

    If so, you would need to create a dashboard widget to do this, then register it with wp_add_dashboard_widget(). wp-admin/includes/dashboard.php has several widgets defined which you can use as a starting point.

    Thread Starter belindajohnstone

    (@belindajohnstone)

    Hi There, no, when I login as the author I can see the post I created but not the page. I just want the logged in author to see anything they have published.

    I found a plugin to stop them from adding new pages: https://www.ads-software.com/plugins/advanced-access-manager/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display an Author Page on Author Dashboard’ is closed to new replies.