
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 for post types Use the featured_image_column_init action hook for your filter.
function frosty_featured_image_column_init_func() { add_filter( 'featured_image_column_post_types', 'frosty_featured_image_column_remove_post_types', 11 ); // Remove } add_action( 'featured_image_column_init', 'frosty_featured_image_column_init_func' ); function frosty_featured_image_column_remove_post_types( $post_types ) { foreach( $post_types as $key => $post_type ) { if ( 'post-type' === $post_type ) // Post type you'd like removed. Ex: 'post' or 'page' unset( $post_types[$key] ); } return $post_types; } Add your own CSS to change the size of the image.
/** * @use '.featured-image.column-featured-image img {}' */ function my_custom_featured_image_css() { return trailingslashit( get_stylesheet_directory_uri() ) . 'css/featured-image.css'; //URL to your css } add_filter( 'featured_image_column_css', 'my_custom_featured_image_css' ); For more question please visit http://austin.passy.co
Starting from $0 per month.
Rating
Reviewers
11 reviews
Tags
Developed By
Austin
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Contact Form plugins for Wordpress
Maps plugins for Wordpress
Translation plugins for Wordpress
Chat plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Contact plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Forms plugins for Wordpress
Comments plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Comments plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Portfolio plugins for Wordpress
Video Player plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Inventory plugins for Wordpress
Testimonials plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Analytics plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Security plugins for Wordpress
Ads plugins for Wordpress
Music Player plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Membership plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Video Player plugins for Wordpress
Tabs plugins for Wordpress
Social Feeds plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Add announcements to your site to share important updates, keep visitors informed, and guide them toward actions that support engagement and conversions.
Show Yelp reviews to build trust, strengthen credibility, and help visitors make confident decisions that support higher sales.
Present images in a Slideshow carousel that rotates or slides through visuals, helping you highlight key content within a clean, engaging layout.
Showcase photos with an image gallery that displays pictures and captions in grids, improves design, and boosts visitor engagement.
Use an age verification popup to validate visitor age, meet regulatory requirements, and ensure only eligible users access restricted content.
Use wake up notifications to re engage visitors with custom alerts that capture attention, boost interaction, and help increase conversions across your site.
Create interactive quizzes with a quiz maker that lets you build custom questions, collect responses, and increase engagement with easy site integration.
Use Collapsible Content sections to structure information on your site and make it easier for visitors to find what they need.
Use a coupon popup to highlight special offers, capture email leads, reduce cart abandonment, and turn more visitors into paying customers.
Show Bluesky posts with a Bluesky feed that updates in real time, improves content discovery, and keeps visitors engaged with fresh activity.

Show Blogger posts automatically with a Blogger feed that keeps your content fresh, improves navigation, and helps visitors discover more of your work.
Add an FAQ section to your site to answer common questions, reduce support requests, and give visitors a smoother and more confident user experience.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
