• Good evening to everyone.

    I have some troubles with finding plugin, that can add a page, where all the posts of one user could be shown. That would help them to find and edit their materials, cause at this point of time there is no way for them to edit their posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want to filter the list of posts by user in the admin, just find the username in the list and click on it:

    //https://wordpress_org_site.com/wp-admin/edit.php?post_type=post&author=NUMBER

    NUMBER=id of author.

    If you just want a list of posts when not logged in by author, then this url will work:

    //https://wordpress_org_site.com/?author=NUMBER

    NUMBER=id of author.

    If users are otherwise unable to edit posts, can they create new ones? What role(s) do these users have?

    Thread Starter Shwepps

    (@shwepps)

    Sorry for late responce, didn’t notice that someone answered.

    They do have ortion to edit or create new posts. I just use plugin Adminimize, so the users don’t have a look at the all posts that are published in dashboard.

    Admin area for them looks like this:
    https://pikucha.ru/icRJ2

    I’m looking for solution, when user can click on one button an he will be gone to the page, where all his posts will be avaiable. So it will be simply for him to edit whatever post he wants to.

    https://wordpress_org_site.com/wp-admin/edit.php?post_type=post&author=NUMBER unfortunately won’t work as I need.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How make a list of user's posts?’ is closed to new replies.