A WordPress plugin. Get it from the WordPress Plugin Repository.
Easily control whether the featured image appears in the single post or page view (doesn't hide it in archive/list view).
- Show or hide the featured image on singular pages and posts.
- Seamlessly integrates with the WordPress post editor.
- Simple checkbox toggle—no technical knowledge needed.
- AI ready.
- Compatible with most themes.
- Supports WooCommerce product pages.
- Lightweight and optimized for performance.
- 100% free—no ads, no upsells, no premium versions!
Perfect for bloggers, content creators, and developers who want precise control over the visibility of featured images on a per-post basis.
- Clone the repo.
- Open your local WordPress site in WordPress Studio.
- Link
src/into the site aswp-content/plugins/conditional-featured-image.- Use a symlink or folder link instead of copying the files. WordPress core documentation recommends linking plugin folders to local working directories for development.
- Activate the plugin in the site.
The JavaScript tooling lives in src/.
- Install dependencies with
cd src && npm install - Watch file changes with
cd src && npm run start - Build the production files with
cd src && npm run build