Title: Display Like Example Image?
Last modified: April 25, 2021

---

# Display Like Example Image?

 *  Resolved [crazydrake](https://wordpress.org/support/users/crazydrake/)
 * (@crazydrake)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/)
 * Hi – I’d like to display the authors like you have in the example image next 
   to the title on the plugin page. Instead of View posts – I’d like link to the
   most recent post and to display the title of it.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdisplay-like-example-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14364229)
 * Hi [@crazydrake](https://wordpress.org/support/users/crazydrake/)
 * I think this is the shortcode you’re looking for:
 * `[authors_list style="2" columns="2" amount="4" show_bio="no" show_count="no"
   show_link="no" after_title="{alf:posts type=plain amount=1}"]`
 * You might need to change the color of the link to the post, you can do that by
   adding this in WP admin > Appearance > Customize > Additional CSS:
 *     ```
       .authors-list-posts-item a {
           color: #fff;
       }
       ```
   
 *  Thread Starter [crazydrake](https://wordpress.org/support/users/crazydrake/)
 * (@crazydrake)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14366681)
 * Perfect – Thanks so much!
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14371590)
 * You’re welcome
 *  Thread Starter [crazydrake](https://wordpress.org/support/users/crazydrake/)
 * (@crazydrake)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14376424)
 * Thanks again for your help on this. Is there a configuration to get the authors
   to diplsay like this???
    [http://www.drakosweb.com/sportsradiopd/wp-content/uploads/2021/04/author_display.png](http://www.drakosweb.com/sportsradiopd/wp-content/uploads/2021/04/author_display.png)
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14385584)
 * You’re welcome.
 * Shortcode:
 * `[authors_list style="1" columns="3" avatar_size="150" show_count="no" show_link
   ="no"]`
 * CSS (if you want those rounded images with border, center align and the border
   between name and bio):
 *     ```
       .authors-list-item {
       	text-align: center;
       }
       .authors-list-item-title {
       	border-bottom: 2px solid #ddd;
       }
       .authors-list-item-thumbnail img {
       	border-radius: 50%;
       	margin-left: auto;
       	margin-right: auto;
       	border: 4px solid #ddd !important;
       }
       ```
   
 *  Thread Starter [crazydrake](https://wordpress.org/support/users/crazydrake/)
 * (@crazydrake)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14390568)
 * I just wanted to say thank you. This is perfect. Thank you so much for your timely
   responses and GREAT plugin!
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14393239)
 * You’re welcome, happy to hear that 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Display Like Example Image?’ is closed to new replies.

 * ![](https://ps.w.org/authors-list/assets/icon-256x256.png?rev=2062262)
 * [Authors List](https://wordpress.org/plugins/authors-list/)
 * [Support Threads](https://wordpress.org/support/plugin/authors-list/)
 * [Active Topics](https://wordpress.org/support/plugin/authors-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/authors-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/authors-list/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [WPKube](https://wordpress.org/support/users/wpkube/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/display-like-example-image/#post-14393239)
 * Status: resolved