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: Discover Environment

One of the most common tasks of Active Directory cleanup is to perform a discovery…

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…

PowerShell: Set DNS Servers on Localhost

Display the current DNS Server Entries PS C:\Users\KimConnect> Get-DnsClientServerAddressInterfaceAlias Interface Address ServerAddressesIndex Family-------------- --------- -------…