• Resolved joehempel

    (@joehempel)


    Okay, this might be odd because I can’t find anything about it, but I want to have a featured image at the top of a standard post, but I DO NOT want that featured image on the homepage.

    Is there any way to do that?

    I’m using Twenty-Fourteen theme.

    http://www.topoftheheapreviews.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try this CSS:

    body.home div.entry-content p:first-child > a {
    display: none;
    }
    Thread Starter joehempel

    (@joehempel)

    that didn’t work, it took away the image I wanted, and made the featured image the one to use.

    http://www.topoftheheapreviews.com

    I’d like the home page to look the way it does….and then the post to have the featured image up top.

    Don’t even know if it’s possible.

    So you want the image that is currently displayed (which is not the featured image) shown on the home page but when the user clicks to read the full post, you want the featured image at the top of the full post and the other image to not show at all.

    Is that correct?

    Thread Starter joehempel

    (@joehempel)

    I’ve got it working now, this is the CSS I used for both the home page and when people visit the site and use the drop down menu:

    .home .wp-post-image {
    display: none;
    }

    .category .wp-post-image {
    display: none;
    }

    You can see what I mean with the 2nd post, I didn’t have a featured image set for the [Today In Publishing] post.

    http://www.topoftheheapreviews.com

    Now I see. Glad you got it working.

    Thread Starter joehempel

    (@joehempel)

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hiding Featured Image from Main Page’ is closed to new replies.