Đưa vào vị trí muốn hiển thị:
<?php global $post; $post_id = $post; echo get_the_post_thumbnail( $post_id, 'full', array( 'class' => 'aligncenter' ) ); ?>