Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey Kristy,

    Just so I am clear. Which page do you want to hide the images on? The one you linked or the one it takes you to when you click: Networking Nerves?

    Thread Starter kristygardner

    (@kristygardner)

    Hi ImageOmega,

    I’d like to hide the feature image on the actual blog post (ie Networking Nerves). Right now if you click to the blog post via the title, you’ll see it displays at the top of the blog post, above the rest of the content and images.

    I’d like it to still be visible via the central blog page though which will list all the recent posts.

    Thanks for responding,

    K.

    Do you have a child theme set up so your changes won’t be lost when the theme is updated?

    http://codex.wordpress.org/Child_Themes

    Thread Starter kristygardner

    (@kristygardner)

    I will set one up. Right now I’m just playing on a test site, WPyogi (thanks for asking :))

    Ok once, you have a Child Theme set up or are using a plugin to add custom CSS this would be the CSS you’d want to try:

    img.attachment-full.wp-post-image {
       display: none;
    }

    Im trying to do this myself. I have a childs theme. Where do you add the CSS?

    @travern – CSS is site/theme specific – please start your own thread as per the forum guidelines.

    Thread Starter kristygardner

    (@kristygardner)

    Brilliant. Thank YOU ImageOmega!! Worked perfectly!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Feature Image from Individual Posts’ is closed to new replies.