• Resolved astrox

    (@astrox)


    I’m trying to keep the featured image (at the beginning of each post) from being removed when you access that specific post.

    I have a long post so I added the ”Read more” link .. in my main blog page all featured banners (inside posts) are visible but when I click on the post’s title to read the entire post … the image is no longer there

    any ideas?

    btw, I added the following code to remove borders in images but the featured image doesn’t seem to be affected by the code

    .entry img {
    border:0 none;
    }

    thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Edit the single.php file and add:

    <?php woo_get_image('image',490,200); ?>

    between the p.date and div.entry elements. (So it looks like the index.php which renders the way you’re looking for on the main blog page.)

    Thread Starter astrox

    (@astrox)

    Thank you soooo much alpha_llama .. I highly appreciate your help!

    alpha_llama, thanks so much for this tip…it worked great. I’m wondering if you could tell me how to include the featured image (as well as regular images and my custom favicon) in my RSS feed? It’s not showing any of this when people subscribe in their RSS readers and I can’t seem to find a way in WP or Feedburner.

    My WP site is: https://fiberisthefuture.com/

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Avoid Featured Image inside Posts are removed Bueno Theme’ is closed to new replies.