';
the_post_thumbnail( 'azeen-list-post',array('class' => 'img','link_thumbnail' =>TRUE) );
echo '
';
echo '';
echo '
';
// If not a single post, highlight the video file.
} elseif (! empty( $video ) && has_post_format('video') ) {
echo '';
foreach ( $video as $video_html ) {
echo '';
}
echo '
';
// If not a single post, highlight the gallery.
} elseif (has_post_format('gallery')) {
if ( ! empty( $gallery_attachment_ids ) ) :
echo '';
echo '
';
endif;
};?>