• Hi,
    The theme that I am using the “Bootstrap Responsive eCommerce” doesnt seem to show the featured image on the posts. The add_theme_support( ‘post-thumbnails’ ); is present in the functions.php.

    I am able to upload the “Featured Image” from the backend, it is just not showing up in the post.

    Am a non-techie would be great if you can give the steps and codes to update at appropriate places to enable this feature.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You have to check your single.php, and add code inside for featured image to show up on single posts.

    <?php get_the_post_thumbnail( $post_id, $size, $attr ); ?>

    http://codex.ww.wp.xz.cn/Function_Reference/get_the_post_thumbnail

    Thread Starter csweths

    (@csweths)

    Thanks LapanWebsite.
    I created a child theme and copied the single.php into it and copied the code you gave above.
    Chose the “Default Template” option from the “Edit Page” of WordPress. Still the image doesnt seem to come up. The way this theme is different is that it has a feature called “Carousel” from the Edit Page” I suspect the featured images are some way getting affected by this feature.
    Can you suggest?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured Image not displaying in post’ is closed to new replies.