Adds a column to any post type edit screen with the featured image if it exists.
As of April 2026, Featured Image Column is a WordPress admin plugin with 2.0K+ active installations and a 4.8/5 rating from 11 reviews. It has been downloaded 45K+ times in total. Requires WordPress 6.2+ and PHP 8.0+. Available on WordPress.org since 2011. Last updated 1 year ago — may have compatibility concerns. Downloads are up 61% this week. Top alternative: Loginizer.
As of version 0.2.2 you can select which post types you’d like to have the image column.
It simply adds a column before the title (far left) the show’s the posts featured image if it’s supported and exists.
Want to change the default image? Simply filter you own image by using featured_image_column_default_image
or filter your own CSS by using the featured_image_column_css filter hook.
Add support for a custom default image
function my_custom_featured_image_column_image( $image ) {
if ( !has_post_thumbnail() ) {
return trailingslashit( get_stylesheet_directory_uri() ) . 'images/featured-image.png';
}
return $image;
}
add_filter( 'featured_image_column_default_image', 'my_custom_featured_image_column_image' );
Remove support f…
Wordpress 4.9.6 and it works fine! Thanks!
the plugin is just great and it has a great support!
Great, just what I was looking for!
Thanks!
Annie
Clever, lightweight plugin that really helps me see if I’ve used a featured image twice, if the featured image accurately reflects what I’d like, to ensure an author didn’t forget to add a featured image …. works for pages and posts (and as the author says, custom post types).
I have no issues at all with the quick edit feature … no issues period. And it really fits in well with the rest of your WordPress admin. I’ll be using this on all of my domains in the future.
Thanks for making this available on the WordPress repository!
A useful and lightweight plugin which works well with WordPress 4.0 and doesn’t add a lot of overhead.
update: another reviewer mentioned that it breaks after using quick edit on a post. I tried this and it indeed does seem to have an issue with not being able to display the thumbnail immediately after using quick edit, but this seems to be rectified by selecting the menu to display the posts/pages/cpt again. It would be good if this issue could be fixed but it isn’t a showstopper.
| WordPress | 6.2+ requiredTested up to 6.7.5 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.