X

No Excerpt Available, Display Default Message

Snippets by IsItWP

Many WordPress themes use excerpts to display a short summary for the posts. You can add a default excerpt message for your posts that has no excerpts available.

Instructions: Add the following code to the functions.php file of your WordPress theme.

$excerpt = get_the_excerpt();
if ( empty($excerpt) ) {
	echo "No excerpt for this post.";
}
echo $excerpt;

You may also enjoy limiting excerpt words.

Comments   Leave a Reply

Add a Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!