• I would like to prevent featured images from appearing within the loop.

    I’m simply using <?php the_content(); ?> to display the posts.

    help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flyagaricus

    (@flyagaricus)

    actually, I would like to hide all images that are within the posts on the main blog loop. It’s ok if they’re in the ‘single’ view though

    In your css you can hide all of the images with something like

    .post img {display: none; }

    where .post is the container in which you use the_content();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide featured images on blog page’ is closed to new replies.