have_posts()) $post = $my_query->posts[0]; if($post){ if($post->post_excerpt){ $post_body = $post->post_excerpt; }else{ $post_body = substr(strip_tags($post->post_content),0,200); } echo '
'. $post_body .' Read More...