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-pswp-item',
'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();
the7_display_post_share_buttons( 'photo' );
?>