Print Post Excerpt in loop
Description
This codex will show what is in excerpt and if there is nothing in the excerpt then this area will stay blank
this is a test
PHP Source Code
<?php if(!empty($post->post_excerpt)) {
the_excerpt();
} ?>