Add to functions.php: add_theme_support( ‘post-thumbnails’ ); Add to theme: <?php echo get_the_post_thumbnail($page->ID, ‘thumbnail’); ?>
Just another WordPress site
Add to functions.php: add_theme_support( ‘post-thumbnails’ ); Add to theme: <?php echo get_the_post_thumbnail($page->ID, ‘thumbnail’); ?>