post_layout_type && $themify->post_layout_type !== 'classic'){
the_post();
?>
post_layout_type === 'gallery' || $themify->post_layout_type === 'slider') {
if ($themify->hide_image !== 'yes') {
get_template_part('includes/single-' . $themify->post_layout_type, 'single');
}
}
else {
themify_post_media(array('lazy_load'=>'eager'));
}
get_template_part('includes/post-meta', get_post_type());
?>