• I have just installed your theme. I had featured images set from my last theme, and the images from my existing content are still in place. However, I cannot see how to set a featured image that will show in new post. I have tried inserting an image at the start of the post, buut that doesn’t work. How can I fix that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue. I have tried adding snippets of code to functions.php and it just breaks the whole site. How can I solve this issue?

    add_theme_support( ‘featured-image’ );

    add_theme_support( ‘post-thumbnails’ );

    FInally got it figured out!!! add

    add_theme_support( ‘post-thumbnails’ );

    in the themes-functionality.php page at the very bottom. Then the Feature Image box appears on the right side of the screen for you to set whatever thumbnail you want to show for that post.

    blog.juliepicht.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘featured images’ is closed to new replies.