Featured Image Column is a WordPress app, with a 4.8 average rating from 11 reviews, as of Jul 15, 2026.
Featured Image Column is a WordPress Plugin Directory app by Austin. With a rating of 4.8★ from 11 reviews.
AppRanks data: Featured Image Column ranks #0 in Column on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Featured Image Column is a category-leading WordPress app with a limited review volume. It is listed in the Featured image category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 11 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.8★) signals consistent merchant satisfaction
- +Published by Austin — established developer track record
Cons
- −Limited review base (11) — ratings can shift significantly with new feedback
Looking to switch from Featured Image Column?
See Featured Image Column's alternatives ranked by audit score, rating, and review velocity.
How Featured Image Column works
Show full descriptionShow less
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.
Example actions/filters 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; }
For more question please visit https://austin.passy.co
Category rankings
As of Jul 15, 2026- Column#0of 11Top 1%
- Featured image#0of 47Top 1%
- Admin#105of 669Top 16%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Featured Image Column doesn't have curated competitor matchups yet. Other tracked featured image apps on WordPress:
Where Featured Image Column stands in the Featured image category
Featured Image Column ranks #0 of 47 apps in the Featured image category, placing it in the top 1% of the listing.
Frequently asked questions
What is Featured Image Column?
Featured Image Column is an app for WordPress. It currently holds a 4.8-star rating from 11 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Featured image category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Austin.
Who uses Featured Image Column?
Currently around 2,000 active stores have installed Featured Image Column. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Featured image category on WordPress.