Posts List
Adds a posts (or pages) list of your blog pages (or posts) by entering the shortcode [posts-list].
The facts
- Rating
- 4.5★ from 2
- Active installs
- 7k+
- Price
- Free
- Last updated
- 6 Jun 2013
- Added
- Jan 2011
- Requires WP
- 3.0
- Tested up to
- WP 3.2.1
- Downloads
- 14,919
Our analysis
AI-assistedPosts List is a WordPress plugin that allows you to create a list of your blog's posts or pages using shortcodes. You can customise the output by specifying parameters such as type, year, and category. This plugin is suitable for users who want to display their content in a structured format on their site.
You can use the shortcode [posts-list] to generate a basic list, or modify it to filter by specific criteria. This flexibility makes it useful for bloggers and site owners who need to showcase their content in various ways.
Best for: This plugin suits bloggers and website owners looking to organise and display their posts or pages effectively.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Allows customisation through shortcodes
- ✓Can display posts or pages based on different parameters
- ✓Has a straightforward setup process
Where it falls short
- •Last updated in June 2013, which may affect compatibility
- •Limited information on features beyond shortcodes
Verdict
Posts List offers a simple way to create lists of content using shortcodes, but its age may raise concerns about compatibility with newer WordPress versions.
From the developer
wokamoto's own description of Posts List, lightly tidied.
Adds a posts (or pages) list of your blog pages (or posts) by entering the shortcode [posts-list].
First example shows how to add the posts list in its simplest form.
[posts-list]
Example shortcode will add a pages list to a page.
[posts-list type=page]
Example shortcode will add a posts list to a page displaying a year 2011 and 2010.
[posts-list year=”2011,2010″]
Example shortcode will add a posts list to a page displaying a category id 10 and 11.
[posts-list category=”10,11″]
Example display ONLY the title.
[posts-list date_format=FALSE]