the_title();?>
	         if($post->post_excerpt){?>
	        
 echo get_the_excerpt();?>
	         }?>
	        
			
	         if (get_the_author_meta('ID') != '1'){ the_author_posts_link();?> |  } the_time('F d, Y'); ?> |  $tags = get_the_term_list( $post->ID, 'category', '', ', ', '' ); if ($tags){ echo $tags;}?>
	        
	        
	         if (get_the_post_thumbnail() && get_query_var('page') == 0){?> 	
	        
	             the_post_thumbnail('large', array('class'=>'aligncenter w100 hauto'));?>
	             $imgID = get_post(get_post_thumbnail_id());?>
	            
 echo $imgID->post_excerpt;?>
	        
	         }?>
	        
		
	             the_content(); ?>
	        
	         wp_link_pages(array('before' => '', 'next_or_number' => 'next', 'nextpagelink' => __('Next →'), 'previouspagelink' => __('← Prev'))); ?> 
	         
			if(function_exists('li_related_posts')){li_related_posts(true);}
			
			if(get_the_author_meta('description') && get_the_author_meta('ID') != '1'){
	            if(function_exists('li_author_info')){li_author_info(true);} 
	        }?>