<?php if(!empty($post->post_excerpt)) { //This post have an excerpt, let's display it the_excerpt(); } else { echo 'This article is yet to have an excerpt added.'; } ?>
Revisions
There are no revisions for this post.
<?php if(!empty($post->post_excerpt)) { //This post have an excerpt, let's display it the_excerpt(); } else { echo 'This article is yet to have an excerpt added.'; } ?>
There are no revisions for this post.
You must be logged in to post a comment.
No comments yet.