>
';
if ($abdum_style == 'masonry-style' ) :
the_post_thumbnail( 'abdum_masonry_thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image"));
else :
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title(), 'itemprop' => "image"));
endif;
echo '';
}
?>