Display the Featured Image attached to a post
<?php the_post_thumbnail('thumbnail'); //Displays the thumbnail crop ?>
<?php the_post_thumbnail('medium'); //Displays the Medium crop ?>
<?php the_post_thumbnail('large'); //Displays the Large crop ?>
<?php the_post_thumbnail('customslug'); //Displays a custom size defined in the fuctions ?>