• ralphispoon

    (@ralphispoon)


    I’m trying to use a featured image to ensure that the site looks good across all platforms, although I dont want to use the featured image in the blog.

    any ideas how I remove it or just hide it?

    im using the zeebizzcard 1.2.4

    thanks :-{D

    my site is https://www.ralphispoon.co.uk and is raising awareness of mens health issues during Movember.

Viewing 3 replies - 1 through 3 (of 3 total)
  • noahjonah

    (@noahjonah)

    You can just hide it with CSS if you want, or delete/comment out the <?php

    .post_grid_image {
    display: none;
    }

    Hey, I have the same problem. I want to use featured images as facebook thumbnails once someone share the posts. But I don’t want it to show up on my blog.

    I’ve already tried the solution posted above and it didn’t work ??

    What can I do?

    Thanks a lot!

    I’m having the same problem. I wasn’t able to find the code noahjonah suggested commenting out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide/remove featured images from posts’ is closed to new replies.