This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Featured Image Question

Resolved 5 replies themetheme-vantage
11 years ago · Last reply by Daniel 11 years ago

Hello,
I’m new to WordPress so I’m wondering if there is a simple solution to my question. I use the Vantage theme and I want to have my recent post thumbnails on the home page display an image as opposed to just a gray box. While using a featured image accomplishes this it also automatically inserts the featured image in front of my post which I do not want. Is there a way to have the image on my homepage thumbnails without the image being added to my post? Thank you.

URL: http://www.nolaworld.com/posts/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Ben Short 11 years, 6 days ago

    Hi Jesse,

    In Appearance > Theme Settings > Blog, try un-ticking where it says “Featured Image > Display”.

    Thanks,
    Ben

  2. Jesse Vad 11 years, 6 days ago

    Hi Ben,
    Thanks for the response. That helped to eliminate the featured image on the actual blog post itself however I am also trying to eliminate it on my general posts page as well. Any ideas?
    Thanks,
    Jesse

  3. James 11 years, 6 days ago

    add this css into your custom css
    this removes the featured image in blog posts, pages and archives

    article.post .entry-header .entry-thumbnail a,
    article.page .entry-header .entry-thumbnail a {
    display: none;
    }

    .blog .entry-thumbnail {
    display: none;
    }

    article.post.post-with-thumbnail-icon .entry-thumbnail img, article.page.post-with-thumbnail-icon .entry-thumbnail img {
    display: none;
    }

  4. Jesse Vad 11 years, 6 days ago

    Thank you James problem solved! I appreciate it!
    -Jesse

  5. Daniel Staff 11 years, 4 days ago

    Hi Jesse,

    Am glad this one has been ironed out. If you encounter any other issue that you may require support for, always feel free to open a thread.

    @Ben and James thanks. Much appreciated :-)

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread