<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
<span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
</header>
- <?php echo get_the_post_thumbnail($post->ID, 'thumbnail');?>
+ <?php echo get_the_post_thumbnail($post->ID, 'thumbnail', array('class'=>'alignright'));?>
<?php echo the_advanced_excerpt('length=50&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img'); ?>
</article>
</div>