Latest Posts by Author

Latest Posts by Author Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 8,602 downloads
Latest Posts by Author Icon

Try plugin: Latest Posts by Author

We'll create fresh WordPress site with Latest Posts by Author installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Latest Posts by Author

Displays an unordered list of an author's latest posts.

2


0


0


0


0

updated: 11 years ago
since: 15 years ago
author: Alex Mansfield

Description

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"]'); ?>