• Hello,

    I’m fairly new to working in WordPress at the php level. I am creating a blog for a project I’m working on and I want to have a page that displays all the team members and a brief bio of each based on the data they are entering in their user profiles on the site. I’ve found lots of resources for how to build an author.php page for individual authors, but not so much on how to build an aggregated page. Some of the project members will be authoring posts on the blog but not all of them will do this.

    I’ve worked on projects that have done this type of thing in the past such as this:

    https://oneweekonetool.org/people/

    All the data on this page is pulled from the info we filled out on the profile page–including the Gravatar image.

    Any tips or pointers to plug-ins (I haven’t had much luck finding a plugin, but I may be using the wrong search terms) would be much appreciated.

    Thanks!

Viewing 1 replies (of 1 total)
  • <?php wp_list_authors( $args ); ?>

    There’s a plugin called list authors or you want to make your own template. Many articles you can find on google abut this.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating an aggregated author page’ is closed to new replies.