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
- Upload the plugin files to the
/wp-content/plugins/fubaby_fastpostlists
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- 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
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