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.
- 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
- Run
docker-compose up -d
- Open localhost:8080
- Activate the plugin
- Install dependencies with
npm install
- Watch the file changes with
npm run start
- Build the production files with
npm run build