How to add thumbnail images? (Set Featured Image doesn’t work)
In your child theme, are you calling the thumbnail? This is the default use from the WordPress Codex <?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?> <?php the_content(); ?>