Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850254

    rmjohnson
    Participant

    Hello,

    I want to set a featured image for my news post that does not appear in the actual news post. The post I am talking about is here: http://sidewalkdetroit.com/wordpress79/2016/03/12/call-for-artists/ I have a preview show up on my homepage. I like the hompage preview, but I do not want the giant picture to appear in the post.

    #850325

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .single .entry-featured {
        display: none;
    }

    Hope this helps – thanks!

    #850336

    rmjohnson
    Participant

    That worked wonderfully!

    #850398

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!