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() ) : ?>
Question—if I change my mind to show masonry layout on the archive pages, will the featured images be able to show there? (I’m OK with thumbnail sizes displaying, but I don’t ever want the full-sized images to appear.)