Hello,
I want to hide the featured images for my blog posts on the main blog index and any archive indexes (for example, category, tag or monthly archives).
I found the solution to hide featured images from single blog posts (see below). Can you help me tweak it so that it can hide the pages mentioned above, too, please?
P.S. I am making these changes in my child theme.
<?php // ============================================================================= // VIEWS/INTEGRITY/CONTENT.PHP // ----------------------------------------------------------------------------- // Standard post output for Integrity. // ============================================================================= ?> > <?php if ( ! is_single() ) : ?>