• Resolved blythesony

    (@blythesony)


    I’d add a post with featured image, but when it is publish, the featured image did not shown on inside the post, how I can add it back?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Set a featured image and then use the Add Media button at the top of the WordPress editor window to add the same image into the content of your post from your media library.

    Or, if you don’t set a featured image yourself, the MesoColumn theme will simply use the very first image in the post as the featured image.

    Theme Author Richie KS

    (@rkcorp)

    featured image only show where the_post_thumbnail() is call. open single.php and add this before the_content()

    <?php echo the_post_thumbnail(‘full’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image not show in the Post’ is closed to new replies.