add in functions.php
add_theme_support( 'post-thumbnails' );
add_image_size('small-thumbnail', 350, 230, true);
add_image_size('post-image', 600, 400, true);
single.php
<?php the_post_thumbnail('post-image'); ?>
No comments:
Post a Comment