Show All Your PublishPress Authors on One Page
One of the most common requests we’ve had from users of the PublishPress Authors plugin is the ability to show all your authors on one page.
This is now possible with te authors_list shortcode.
The authors_list shortcode comes with a variety of different views. In this guide, I’ll introduce you to the display options and give you the resources to use them on your site.
One option is to show your authors, together with their most recent posts. This image below shows the “Recent” view. Each author has their name, profile image, and five most recent posts.

Another new option is to use the “Index” view which will organize your authors alphabetically. This screenshot below shows the “Index” view. If you click on any of the letters, you’ll be able to drill down to view only the authors whose names begin with that letter. Here’s the shortcode for this option:
publishpress_authors_list layout=”authors_index”

You can also use any of the default layouts available in Authors. This next screenshot shows the authors with the simple_list layout. The shortcode for this option is below:
publishpress_authors_list layout=”simple_list”

Finally, this screenshot shows the authors list with the inline layout. The shortcode for this is here:
publishpress_authors_list layout=”inline”

Table of Contents
Sorting and Filtering the Authors
There’s a wide variety of ways you can sort and filter the authors display. Let’s see some examples.
You can control the number of authors per page using limit_per_page="12". So this shortcode will use the Boxed layout and show 5 authors per page:
Alex, a WordPress enthusiast from the UK, helps our team by contributing to content creation, documentation, and testing. During his free time, Alex enjoys reading, working out, and taking long walks. He also finds relaxation and inspiration in exploring new books. Anderson has been a developer since 2002. He was born and lives in Maringá, Brazil. He loves to play classical piano, and has a passion for learning new things. Jen is a Content Consultant and Writer at JenKuo.com. She lives in Sydney, Australia and writes a weekly newsletter "Behind The Brand" where she shares her behind-the-scenes process of building a True North Business with purpose, profit, passion and play in the digital economy. Jorge lived in Ecuador and Germany. Now he is back in his homeland of Colombia. He spends his time translating from English and German to Spanish. He loves to learn about open source technology. Mirza is a coffee addict that switches between writing and football watching frenzies. Ever since he met the digital world, the keyboard is his main weapon and refuses to function without headphones and good tunes.Authors List
You can also hide authors if they don’t have any assigned posts using show_empty="0". This shortcode will use the Simple List layout and only show authors who have written posts:
Authors List
You can also order the display by the number of posts or the name of each author. This will display the authors in the inline layout and the authors will the most posts will be listed first:
Authors List
Valentin Garcia,
Steve Burge,
Riza Maulana Ardiyanto,
Olawale Adesina,
Mirza Balalić,
Jorge Montoya,
Jen Kuo,
Anderson Martins,
Alex Smirnov
The Authors List Widget
All the the features we've mentioned in this post are also available in the "Authors List" widget:

Check out the PublishPress Authors plugin
There have been tons of improvements to PublishPress Authors recently. Here's a list of what's launched and what is coming next:
- Personal profile editing: LAUNCHED
- Improved shortcodes: LAUNCHED
- Customizable author pages: LAUNCHED
- Display all your authors on one screen: LAUNCHED
- Better support for the WordPress REST API. LAUNCHED
- More design and layout options for profiles. LAUNCHED
- Categories for Authors, so you can group them into “Writers”, “Photographers”, “Researchers” and other groups.
If you have a WordPress site with multiple authors, you should give PublishPress Authors a try. You'll find it's becoming the most complete solution for showing authors in WordPress.

The Best Author Profile Plugin for WordPress
The PublishPress Authors plugin allows you to create beautiful profiles for your site's authors. You can add social media links, recent posts, custom layouts and much more.
-
Steve is the founder of PublishPress. He's been working with open source software for over 20 years. Originally from the UK, he now lives in Sarasota in the USA. This profile is generated by the PublishPress Authors plugin.

Nice work with this feature. We’ve used your Authors plugin for a couple of years with good results.
It would also be nice if we could manually pick the authors to be featured in the list. Our use case is that we want to display our 10 most important authors in a manually set order (not the 10 authors with the most posts).
Thanks
Thanks Nick. We’ve got some improvements coming to the author listing feature in an upcoming version.