Featured Image Thumbnail Grid
Display a post Thumbnail Grid using Featured Images
The facts
- Rating
- 4.7★ from 10
- Active installs
- 300+
- Price
- Free
- Last updated
- 22 Feb 2026
- Added
- Dec 2013
- Tested up to
- WP 6.9.7
- Downloads
- 40,483
Our analysis
AI-assistedThe Featured Image Thumbnail Grid plugin allows you to display post thumbnails in a grid format using simple shortcodes. It prioritises the featured image thumbnail, and if none is available, it will display a default thumbnail or the post title instead. This plugin is designed for embedding thumbnails into pages or displaying a specific subset of thumbnails based on categories.
It is suitable for users who want to enhance their posts with a visual grid of thumbnails, particularly those who are comfortable using shortcodes. However, it is important to note that the plugin was created in 2011 and may not be ideal for all modern WordPress setups.
Best for: This plugin suits users who want to display post thumbnails in a grid format on their WordPress site.
What it does well
- ✓Displays post thumbnails in a grid format
- ✓Uses featured images or defaults to titles
- ✓Allows category-based selection of posts
- ✓Compatible with newer WordPress versions
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Some date functions are not working properly
- •May not be suitable for all modern WordPress setups
- •Limited support as the plugin is no longer actively developed
Verdict
The Featured Image Thumbnail Grid plugin provides a straightforward way to display post thumbnails but may have limitations due to its age and lack of active development.
From the developer
A. Jones's own description of Featured Image Thumbnail Grid, lightly tidied.
Visit the web site for detailed examples. Click on Shortcodes for examples
https://www.plugins.shooflysolutions.com/thumbnail-grid/
This plugin gives you access to a simple shortcodes that displays post thumbnails in a grid. The plugin uses the featured image thumbnail if one exists. If one does
not exist, the default thumbnail (if it exists) or title will be displayed instead. Use the category feature to ensure that all of the posts that you want to display in this manner have thumbnails.
For instructions, shortcode descriptions & examples please visit the plugin web page.
Please keep in mind that this plugin was first written in 2011 during a simpler time in the WordPress world. We are no longer writing plugins but every effort has been made to keep it compatible with newer WordPress version and that what started out as a very simple and basic plugin may no longer be suitable. We encourage you to seek out other alternatives if this doesn’t work for you and to report errors before posting a review.
Some date functions are not currently working properly.
Your input is important to us. This is a community and everything helps!For quicker support, please visit our website, read the faqs and email us at support@shooflysolutions.com.
Donations for extended support are appreciated but are never required!
This plugin gives you access to two a simple shortcake to display post thumbnails in a grid. The plugin uses the featured image thumbnail if one exists. If one does not exist, the title will be displayed instead. Use the category feature to ensure that all of the posts that you want to display in this manner have thumbnails.
This plugin is not designed to show several pages of thumbnails, rather it is designed to allow you to embed thumbnails into any page or to display a subset of thumbnails on a page. To show more thumbnails on a page than the default value Blog pages show at most, use a fixed value for posts_per_page or try setting the posts_per_page value to ’999′.
Your theme must be enabled for post thumbnails.
POSTS & PAGES
You can use any of the parameters listed in the wordpress codex.
Click here to see the WordPress Codex for Posts
Here are some of the most common paramaters:
cat = (*Use cat instead of category for posts if category does not work) category id. To view the category id, go to your post categories, edit the category and look in the browser address bar for the category id. If you don’t see it, click your mouse in the address bar.
It should look something like this. The category id is 7:
[[your site goes here]]/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=7&post_type=post
posts_per_page – the number of posts to display. The default is -1. This causes the post count to default to the value in Blog pages show at most.