Title: Author Plugin
Last modified: August 19, 2016

---

# Author Plugin

 *  [bukarrar](https://wordpress.org/support/users/bukarrar/)
 * (@bukarrar)
 * [16 years ago](https://wordpress.org/support/topic/author-plugin-1/)
 * Is there any plug in or a method that will allow visitors to click on the author
   name to bring all of his posts?
 * Please Help

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

 *  [Safirul Alredha](https://wordpress.org/support/users/zeo/)
 * (@zeo)
 * [16 years ago](https://wordpress.org/support/topic/author-plugin-1/#post-1477424)
 * Just add this to any of your desired theme’s template. Example:
 *     ```
       <div class="author vcard">
         By <a class="url fn n" href="<?php echo get_author_posts_url(get_the_author_meta('ID')); ?>"><?php the_author(); ?></a>
       </div>
       ```
   
 * Modify accordingly and must be within [the loop](http://codex.wordpress.org/The_Loop).
 *  Thread Starter [bukarrar](https://wordpress.org/support/users/bukarrar/)
 * (@bukarrar)
 * [16 years ago](https://wordpress.org/support/topic/author-plugin-1/#post-1477427)
 * Hi Zeo,
 * Let me be more specific.
 * I would like to add a page that will have all my authors names and I would like
   their names to be hyper links so that when the user clicks on one of them, he
   will get all his posts.
 * I hope that I explained it successfully.
 *  [Safirul Alredha](https://wordpress.org/support/users/zeo/)
 * (@zeo)
 * [16 years ago](https://wordpress.org/support/topic/author-plugin-1/#post-1477431)
 * Ooo…
 * Even with a plugin, you still need to create the Page Author rite? see: [http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
 * Then if simple stuff, u can add [`wp_list_authors()`](http://codex.wordpress.org/Template_Tags/wp_list_authors)
   to that template. If u want some fancy list, you can search [http://wordpress.org/extend/plugins](http://wordpress.org/extend/plugins).
   I’m sure there’s a few plugin for Author listing.

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

The topic ‘Author Plugin’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Safirul Alredha](https://wordpress.org/support/users/zeo/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/author-plugin-1/#post-1477431)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
