I want to hide the featured image at the single post page.

Home » Docs » I want to hide the featured image at the single post page.

If you want to hide the featured image at the single post page
but not at the homepage/archives page, you need to add some custom css to hide the image. Try using this:

.entry-thumbnail { display:none; }

Make sure you have a look at this article if you want some further info on how to use custom css.

Last updated on November 8, 2023

Search docs

In this category