set('template', 'image');
get_header(); ?>
>
ID, 'full' );
$img_args = array(
'img_meta' => $img_meta,
'img_id' => $post->ID,
'custom' => 'data-dt-img-description="' . esc_attr(get_the_excerpt()) . '"',
'class' => 'alignnone rollover rollover-zoom dt-single-mfp-popup dt-mfp-item mfp-image',
'title' => get_the_title(),
'wrap' =>'
'
);
if ( isset($img_meta[1]) && $img_meta[1] < 890 ) {
$img_args['wrap'] = "\n" . '
' . "\n";
$img_args['class'] = '';
$img_args['img_class'] = 'alignleft';
$img_args['custom'] = '';
}
dt_get_thumb_img( $img_args );
the_content();
presscore_display_share_buttons_for_post( 'photo' );
?>