if( ($post == $posts[0]) && !is_paged() ) :
echo apply_filters(’the_content’, $post->post_content);
else :
the_content();
endif;
if( ($post == $posts[0]) && !is_paged() ) :
echo apply_filters(’the_content’, $post->post_content);
else :
the_content();
endif;