// Post Image
$post_image = thesis_post_image_info(‘image’);
echo $post_image[‘output’];
// Thumbnail
$post_image = thesis_post_image_info(‘thumb’);
echo $post_image[‘output’];
// Post Image
$post_image = thesis_post_image_info(‘image’);
echo $post_image[‘output’];
// Thumbnail
$post_image = thesis_post_image_info(‘thumb’);
echo $post_image[‘output’];