>
Download This Plugin | |
Download Elegant Themes | |
Name | Latest Posts by Author |
Version | 0.9 |
Author | Alex Mansfield |
Rating | 100 |
Last updated | 2013-07-19 11:57:00 |
Downloads |
6741
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Latest Posts by Author plugin added 5 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Latest Posts by Author plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Latest Posts by Author plugin ads no tables to your Wordpress blog database.This plugin allows you to display an unordered list of links to a specific author's latest posts (or a list of multiple authors). It can be called either with a shortcode or from within a theme file.
To call it with a shortcode, use [latestbyauthor author="username" show="3"]
where "username" is the login name of the author (or a comma separated list of multiple authors) and "3" is the number of posts to display. If you don't specify an author or a display number, it will show the latest 5 posts from the author of the current page. If you want it to display the post excerpt as well, you can use the following code: [latestbyauthor author="username" show="3" excerpt="true"]
This will only show exerpts that you have entered manually.
To call it from within a theme template, you have to wrap it in this PHP function: <?php echo do_shortcode('[latestbyauthor author="username" show="3"]'); ?>