ID ) . '">'.get_the_post_thumbnail( $prev_post->ID, 'post-gallery-medium' ).''; ?>
post_content ) > 80 ) {
$post_content = substr($prev_post->post_content, 0, 80) . '..';
} else {
$post_content = $prev_post->post_content;
}
echo strip_tags($post_content);
?>