Featured Image Column

Add a visual thumbnail column to your posts and pages lists. Quickly see which content has featured images and identify posts missing images—all without opening each item individually.

Use Cases

  • Visually verify every blog post has a featured image before publishing
  • Quickly identify products with incorrect or missing images in WooCommerce
  • Preview portfolio thumbnails when managing project listings

How It Works

  1. Adds an “Image” column to posts and pages list tables
  2. Column appears right after the checkbox column
  3. Displays a 50x50 pixel thumbnail of the featured image
  4. Shows a dash (—) for posts without featured images
  5. Images are cropped to square for consistent appearance

Where It Appears

The featured image column is added to:

  • Posts - All Posts screen
  • Pages - All Pages screen

This module works with the default Posts and Pages post types. For custom post types, the column may need to be added separately depending on how the CPT is registered.

Settings

This module has no configuration options. Enable it to add the image column automatically.

Column Appearance

StateDisplay
Has featured image50x50 thumbnail with rounded corners
No featured imageGray dash (—)

The column is styled with:

  • Fixed 60px width for consistency
  • Center-aligned content
  • 4px border radius on thumbnails
  • object-fit: cover for square cropping

Verification

After enabling this module:

  1. Navigate to Posts → All Posts
  2. Look for the “🖼️ Image” column near the left
  3. Verify thumbnails display for posts with featured images
  4. Check that posts without images show a dash
  5. Test on Pages → All Pages as well

Benefits

Find Missing Images Fast

Scroll through your post list and immediately spot which posts are missing featured images. No need to open each post to check.

Visual Content Management

When managing lots of content, thumbnails help you quickly identify the right post. Especially useful for:

  • Portfolio sites with many projects
  • WooCommerce stores with product images
  • Photography blogs with image-heavy content

Content Audit

Before launching a site or section, scan the list to ensure all content has proper featured images. Catch missing images at a glance.

FAQ

Can I click the thumbnail to edit the image?No, the thumbnail is display-only. Click the post title or “Edit” link to access the post editor and change the featured image.
Does this work with WooCommerce products?WooCommerce products use “Product Image” instead of “Featured Image,” but the concept is similar. This module focuses on standard posts and pages. WooCommerce has its own image column in the Products list.
Can I change the thumbnail size?The thumbnail displays at 50x50 pixels by default. To change this, you’d need custom CSS or code modifications. The current size balances visibility with list compactness.
Why do some images look cropped weird?Images are cropped to square (50x50) using CSS object-fit: cover. Very wide or tall images may have parts cut off. The crop centers on the middle of the image.
Does this slow down the admin?Minimally. WordPress already generates thumbnail sizes, so no new processing is required. If you have hundreds of posts visible at once, consider using pagination to improve load times.

Use this module alongside Show IDs to have both visual thumbnails and ID numbers visible in your post lists—perfect for content management and development workflows.

Custom CSS (Optional)

To customize the thumbnail appearance, use the Custom Admin CSS module:

Larger Thumbnails

.column-featured_image {
    width: 80px;
}

.column-featured_image img {
    width: 70px;
    height: 70px;
}

Circular Thumbnails

.column-featured_image img {
    border-radius: 50%;
}

Add Border

.column-featured_image img {
    border: 2px solid #ddd;
}
PRO

Get access to all 147 modules with a single license

Upgrade to Pro