ID) ){ $thumb = get_the_post_thumbnail($post->ID, 'thumbnail', array('class' => 'imgquote')); } $maintags = ""; $posttags = get_the_tags(); $count=0; if ($posttags) { $maintags .= '
'; foreach($posttags as $tag) { $count++; if (1 == $count) { $maintags .= $tag->name . ' '; } } $maintags .= '
' ; } ?>
>
'.$thumb.''; $withimg = "withimg"; } ?>