Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    It looks like you have a Featured Image set, as well as have the photo added in the body of the post. The theme you’re using doesn’t show the Featured Image. But the RSS feed will show both the Featured Image, and the images in the body.

    I’d see if the theme can be set (or modify the theme code) to show the featured image, then remove that image from the body.

    Thread Starter marshasbakingaddiction

    (@marshasbakingaddiction)

    How do I do that? ??

    I’m using the Delightful Pro theme by Restored316designs.com

    I’d ask the theme authors about the issue, see if they have suggestions. If there’s no theme option checkbox, it’s a fairly simple fix, adding a few lines to the single post page where you want the image to appear:

    <?php if ( has_post_thumbnail() ):?>
    <div class="featured-image-wrap"><?php the_post_thumbnail(); ?></div>
    <?php endif; ?>

    If you’d like help email me [email protected] and I can give you a quick estimate, probably just a half hour of dev and testing time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing same image multiple times in different sizes’ is closed to new replies.