Title: Posts By Author Plugin
Last modified: August 18, 2016

---

# Posts By Author Plugin

 *  [samureye](https://wordpress.org/support/users/samureye/)
 * (@samureye)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/)
 * I’m looking for a simple plugin. I am doing a blog with multiple authors and 
   I just want for the author name to link to all entries by the author. In other
   words, under the title you’d see “By John Smith” only the John Smith is a link
   that takes you to a page of posts only by that author. Thanks a ton.

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

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583087)
 * See:
    [http://wordpress.org/support/topic/56900?replies=2](http://wordpress.org/support/topic/56900?replies=2)
 *  Thread Starter [samureye](https://wordpress.org/support/users/samureye/)
 * (@samureye)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583090)
 * Great, going to have it tried out. Thank you!
 *  [JeremyVisser](https://wordpress.org/support/users/jeremyvisser/)
 * (@jeremyvisser)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583116)
 * This doesn’t respect the permalink structure, though.
 * I don’t know how well this would work in another theme, but this is how [Sandbox](http://www.plaintxt.org/themes/sandbox/)
   does it:
 * `<span class="author vcard"><?php printf(__('By %s', 'sandbox'), '<a class="url
   fn n" href="'.get_author_link(false, $authordata->ID, $authordata->user_nicename).'"
   title="' . sprintf(__('View all posts by %', 'sandbox'), $authordata->display_name).'"
   >'.get_the_author().'</a>') ?></span>`
 *  [JeremyVisser](https://wordpress.org/support/users/jeremyvisser/)
 * (@jeremyvisser)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583118)
 * Ooh, actually, that’s deprecated. You can use the `the_author_posts_link()` like
   a normal template tag.
 * From the description:
 * > Echo an HTML link to the author page of the author of the current post in the
   > Loop.
 *  [noooneh](https://wordpress.org/support/users/noooneh/)
 * (@noooneh)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583474)
 * i remember there was a plugin i downloaded lately but lost with format…. you 
   just put the number of last posts to display… anyone knows it?.. it was called“
   Posts-by-author” i think!!
 *  [noooneh](https://wordpress.org/support/users/noooneh/)
 * (@noooneh)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583475)
 * i found the plugin..
    This is exactly what you’re looking for, folks….
 * [http://www.dagondesign.com/articles/posts-by-author-plugin-for-wordpress/](http://www.dagondesign.com/articles/posts-by-author-plugin-for-wordpress/)
 * Check it out….. and damn it’s resolved now buddy
 * Noooneh
 *  [noooneh](https://wordpress.org/support/users/noooneh/)
 * (@noooneh)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583476)
 * this plugin shows the last (x) posts of an author
 * if you want to link name of author to all posts.. you can use this code (sorry,
   no plugin can help):
 * just paste this within the index.php or single.php:
 * `<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all posts by
   <?php the_author_nickname(); ?></a>`
 * ofcourse replace /blog with your own url
 * good luck everyone
    Noooneh

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

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

 * 7 replies
 * 4 participants
 * Last reply from: [noooneh](https://wordpress.org/support/users/noooneh/)
 * Last activity: [18 years, 10 months ago](https://wordpress.org/support/topic/posts-by-author-plugin/#post-583476)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
