Posted On October 10, 2021

How To Hide Featured Image in Blog Posts in Single View

kimconnect 0 comments
blog.KimConnect.com >> Codes >> How To Hide Featured Image in Blog Posts in Single View

In WordPress, single posts can have a featured image to help with displaying in List views as well as search engine excerpts (previews). However, such featured images could overwhelm a blog post when they would dominate the upper section of an article. Therefore, it’s often necessary to hide featured images while retaining their prevalence in list views. Here are the steps:

  1. Option 1: install plugin ‘Hide featured image on all single page/post’ 


  2. Option 2: install plugin ‘Conditionally display featured image on singular posts and pages’

    Edit certain pages where featured images should be removed by placing a check mark next to ‘display featured image in post lists only’

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Download and Apply Windows Patch KB

The following snippet assumes that a Windows machine has access to download Microsoft patches directly…

PowerShell: Legacy Methods to Save Credentials

PowerShell version 7 or later may already have facilities to store and retrieve credentials without…

Basic CSS: Use a CSS Class to Style an Element

<style>h2 {color: blue;}</style><h2>CatPhotoApp</h2><main><p>Click here to view more <a href="#">cat photos</a>.</p><a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange…