Skip to content

cyrillbolliger/conditional-featured-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditionally display featured image on singular posts and pages

A WordPress plugin. Get it from the WordPress Plugin Repository.

Description

Easily control whether the featured image appears in the single post or page view (doesn't hide it in archive/list view).

Key Features

  • 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.


Contribute

Getting started

  • Clone the repo
  • Run docker-compose up -d
  • Open localhost:8080
  • Activate the plugin

JS-Stuff (Gutenberg)

  • Install dependencies with npm install
  • Watch the file changes with npm run start
  • Build the production files with npm run build