Title: Fast Post Lists
Author: Arthur Yarwood
Published: <strong>September 20, 2016</strong>
Last modified: December 18, 2024

---

Search plugins

![](https://ps.w.org/fast-post-lists/assets/banner-772x250.jpg?rev=2515907)

![](https://ps.w.org/fast-post-lists/assets/icon-256x256.jpg?rev=2515907)

# Fast Post Lists

 By [Arthur Yarwood](https://profiles.wordpress.org/arfa_/)

[Download](https://downloads.wordpress.org/plugin/fast-post-lists.0.7.1.zip)

 * [Details](https://pcd.wordpress.org/plugins/fast-post-lists/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/fast-post-lists/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/fast-post-lists/#installation)
 * [Development](https://pcd.wordpress.org/plugins/fast-post-lists/#developers)

 [Support](https://wordpress.org/support/plugin/fast-post-lists/)

## Description

Fast Post Lists provides additional shortcodes to include a list of posts within
another post or page.
 Key features are:

 * Filter posts by a search query
 * Filter posts by category, via an inclusion or exclusion list of categories
 * Filter posts by tag, via an inclusion or exclusion list of tags
 * Order posts by a post field of your choice
 * Limit the number in the list, e.g. to show the 10 most recent posts
 * Group posts by category or tag, with subheadings displayed for the category or
   tag
 * Full control to configure list CSS styles, HTML per post and HTML at the start
   and end

### Shortcode Usage

The shortcode to use in your posts or pages is:

[fu_postlist]

By default, this will query all posts and sort by post title.

Below are some examples of how each of the parameters can be used:

### List only posts that match the search keyword ‘stuff’

[fu_postlist search=’stuff’]

### List only posts that match the search keyword ‘stuff’ but don’t have the keyword ‘rubbish’

[fu_postlist search=’stuff -rubbish’]

### List only posts within the single category ‘Spiders’

[fu_postlist cat=’Spiders’]

A single category can be listed by name or by id.

### List posts within the categories Spiders or Dogs

[fu_postlist cat=’Spiders,Dogs’]

### List posts within the categories Spiders and Dogs

[fu_postlist cat=’Spiders+Dogs’]

### List posts not within the categories 10 or 12

[fu_postlist notcat=’10,12’]

Categories to exclude must be listed as a comma-separated list of id’s.

### List posts with either the tags ‘rain’ or ‘shine’

[fu_postlist tag=’rain,shine’]

### List posts with both the tags ‘heavy’ and ‘metal’

[fu_postlist tag=’heavy+metal’]

### List posts without the tag ‘trouble’

[fu_postlist nottag=’trouble’]

### Limit the number of posts listed to 10

[fu_postlist maxposts=10]

A value of -1 or the parameter omitted entirely means all.

### Group posts by category. The category name will be inserted as a subheading at the start of the group

[fu_postlist groupby=cat]

### Group posts by tag

[fu_postlist groupby=tag]

### Order posts by post title (default behavior)

[fu_postlist orderby=’title’]
 However, you may order by ‘ID’, ‘author’, ‘name’ (
post slug), ‘date’, ‘rand’ etc.

Of course, you can mix and match many of these parameters to your heart’s content.

## Screenshots

 * [[
 * Screenshot 1. How to customize list presentation through HTML and CSS configuration.
 * [[
 * Screenshot 2. A list of posts with thumbnails and grouped by category.
 * [[
 * Screenshot 3. A list of posts with no attached images.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/fubaby_fastpostlists` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the ‘Settings->Fubaby Fast Post Lists’ screen to configure the plugin

The options page allows you to manually enter some HTML to include at the start 
and end of the list, plus the exact
 format of each list item. Additionally, CSS
styles can also be added through the options page as required. The configured HTML
per post uses a number of key values that will be substituted with data from each
post. These are:

 * [title] – the post title
 * [permalink] – the post’s permalink
 * [img] – the first image attachment for the post (if any)
 * [date] – the post date

## FAQ

### How do I display the 5 most recent posts in Category XYZ?

[fu_postlist cat=’XYZ’ maxposts=’5′ orderby=’date’]

### How do I display all posts alphabetically in the category ‘Reviews’, grouped by their tags

[fu_postlist cat=’Reviews’ groupby=’tag’ orderby=’title’]

### How do I not display thumbnail images

In the plugin settings, edit the ‘HTML for each post’ config and remove the [img]
keyword.

## Reviews

![](https://secure.gravatar.com/avatar/cd2c6055c537a3330e2b2549ff67c20df70636da6be4561a32a3e112274d6ee8?
s=60&d=retro&r=g)

### 󠀁[undervalued plugin!](https://wordpress.org/support/topic/undervalued-plugin/)󠁿

 [wom87](https://profiles.wordpress.org/wom87/) July 21, 2022 1 reply

This plugin is completely undervalued, as it is the only plugin who can make a list
of your posts by a search query, what is very usefull for any kinds of websites.
i use it in several of our magazines and it does the job very well, by showing the
posts to a specific keyword or string. perfect for magazines like mine. i was searching
several weeks for a plugin like this and almost hired a dev to programm it, before
i found this plugin. it saved me alot of work and money and is a game changer for
magazines like mine. Maybe the dev should edit the description of this plugin, so
its more easy to find. it works well with the recent version of wordpress and i 
am very happy.

 [ Read all 0 reviews ](https://wordpress.org/support/plugin/fast-post-lists/reviews/)

## Contributors & Developers

“Fast Post Lists” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Arthur Yarwood ](https://profiles.wordpress.org/arfa_/)

[Translate “Fast Post Lists” into your language.](https://translate.wordpress.org/projects/wp-plugins/fast-post-lists)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/fast-post-lists/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/fast-post-lists/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/fast-post-lists/)
by [RSS](https://plugins.trac.wordpress.org/log/fast-post-lists/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.7.1

Fixed JS QTags error in Classic Editor
 Tested with the latest WordPress

#### 0.7

Fixed bug with display of category titles
 Localization Fixes Tested with the latest
WordPress

#### 0.6

Added option to display post dates
 Localization preparation

#### 0.5

CSS Fixes

#### 0.4

Admin page updates

#### 0.3

No longer requires PHP7

#### 0.2

First release

## Meta

 *  Version **0.7.1**
 *  Last updated **1 year ago**
 *  Active installations **10+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.7.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/fast-post-lists/)
 * Tags
 * [contents](https://pcd.wordpress.org/plugins/tags/contents/)[index](https://pcd.wordpress.org/plugins/tags/index/)
   [list](https://pcd.wordpress.org/plugins/tags/list/)[pages](https://pcd.wordpress.org/plugins/tags/pages/)
   [posts](https://pcd.wordpress.org/plugins/tags/posts/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/fast-post-lists/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/fast-post-lists/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/fast-post-lists/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/fast-post-lists/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/fast-post-lists/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/fast-post-lists/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/fast-post-lists/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/fast-post-lists/reviews/)

## Contributors

 *   [ Arthur Yarwood ](https://profiles.wordpress.org/arfa_/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/fast-post-lists/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/ArthurYarwood)