Skip to content
Select theme
Get Started

Featured Image Column

Summarize with AI

Featured Image Column Thumbnail previews in post list tables for every public post type with featured images-catch missing or mismatched artwork in seconds.

Thumbnail previews in post list tables for every public post type with featured images-catch missing or mismatched artwork in seconds.

  • Adds or changes columns in WordPress list tables.
  • Includes settings so you can tune this module for your site.
  • Post types.
  • Product Image.
  • Click to change featured image.

Enable it if:

  • You specifically need: Thumbnail previews in post list tables for every public post type with featured images-catch missing or mismatched artwork in seconds.
  • You want this Admin feature without installing a separate plugin for it.

Options you can configure for this module include:

  • Post types
  • Product Image
  • Click to change featured image
  • Click to set featured image
  • Featured image
  • No featured image
  • Set featured image
  • Use as featured image
  1. Go to WP PowerSuite -> Modules.
  2. Open Admin or search for “Featured Image Column”.
  3. Toggle Featured Image Column on.
  4. Open the module settings and save.

Toggle it off anytime to stop this module from loading.

  • Confirm Featured Image Column is enabled under WP PowerSuite -> Modules -> Admin.
  • Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
  • ✅ Pass: you see the module-specific behavior described above.
  • ❌ Fail: re-check this module’s settings, then look for another plugin doing the same job.
  • No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
  • Conflicts. Temporarily disable other plugins that implement the same feature.
  • Unexpected side effect. Toggle Featured Image Column off to revert, then re-enable with adjusted settings.

Prefer the command line? You can turn this module on or off with WP-CLI instead of the dashboard:

Terminal window
# Turn the module on
wp powersuite module enable featured-image-column
# Turn the module off
wp powersuite module disable featured-image-column
# Check whether it is on, its category, and where its settings live
wp powersuite module get featured-image-column

Managing more than one site? Add --url=https://example.com to point a command at one site. If this is a Pro module, install WP PowerSuite Pro and activate your license first. New to WP-CLI? See the full command guide.

What does Featured Image Column do?

Thumbnail previews in post list tables for every public post type with featured images-catch missing or mismatched artwork in seconds.

Is Featured Image Column free?

Yes. Enable it under WP PowerSuite -> Modules.

Does Featured Image Column have settings?

Yes. Open module settings from WP PowerSuite -> Modules after enabling it.

How do I turn Featured Image Column off?

Go to WP PowerSuite -> Modules, find Featured Image Column, and toggle it off.

Developer notes (hooks & filters)

Source: modules/featured-image-column/admin.php, modules/featured-image-column/module.php. Boot: admin · context: admin, ajax.

Hooks (non-exhaustive): load-edit.php, wp_ajax_wp_powersuite_fic_set_thumbnail, admin_head, admin_enqueue_scripts, manage_posts_columns, manage_posts_custom_column, manage_pages_columns, manage_pages_custom_column, manage_{$post_type}_posts_columns, manage_{$post_type}_posts_custom_column.