You could always use the has_excerpt() function to test for excerpt content and if it is not filled in you could display a message.
Example:
if( has_excerpt() ) {
the_excerpt();
} else {
echo '<p>Please enter the excerpt.</p>';
}
Related Posts:
- GET the excerpt by ID
- add action only on post publish – not update
- How to prevent posts from being published too close to each other?
- Elegant way to include only published posts with get_objects_in_term()?
- WordPress plugin to publish to multiple remote WordPress blogs
- Post publish only hook?
- How to limit user to publish post per day and per role?
- In what sequence are the hooks fired when a post is “published”?
- Add javascript when post is published
- featuring old articles without messing up with the archive
- Publish posts only after the condition is met
- Hiding by default specific post status on backend list?
- How to add an admin function only to posts, not pages?
- How to customize read more link
- Custom wp_trim_words() function not trimming right
- Detect Post Type when publish_post is ran
- How can I display a specific user’s first published post?
- Prevent post from being published if no category selected
- Send email to user that his post has been rejected
- How to link up “read more” on excerpts hack from WP Recipies
- Append Text to $post->post_excerpt
- Allowing the SoundCloud player to appear in a post excerpt
- Auto Refresh Post List after X seconds
- How to show video from specific category on sidebar?
- How to show a full post, not just an excerpt
- Every possible way to get data (posts) from WordPress
- publish_post conflicts with save_post
- Get post excerpt and title by specific post ID?
- Custom excerpt length filter doesn’t work
- Notification to Admin or Author upon new post [duplicate]
- What differences are there between a Privately Published post and a Draft post?
- How to run a function when post is edited or updated using publish post action?
- How can I create custom button in post.php
- Display most recent post in full, excerpts of older posts
- Modify WP_Post before processing
- How to rename “Publish” metabox title in post screen
- count the total number of comments the user has received for his published posts
- How can I schedule a PAGE to go live at a future date/time?
- get_the_excerpt() is not working as expected – returns wrong text
- Decide user that can publish a post
- How to switch wordpress post status between publish and schedule in MySQL?
- How do I display some posts fully on the homepage, and some as an excerpt only?
- Prevent scheduled post being published if date/time is past current date/time
- Copy post to separate database with “add_action(….)”
- How to display excerpt post on hamepage and archive pages?
- Do action on publish or update?
- transition_post_status hook doesn’t have any POST data when publish with Gutenberg [closed]
- How do I manage my users post before publish?
- do more action after I publish a post
- Assign published posts to another user automatically
- How to disable the_excerpt from one post
- The_excerpt() doesn’t parse – how to change that?
- Trying to edit archive.php to only show post extract, with featured image
- Display password protected posts to logged in users
- Stop wordpress from creating empty/null entries
- WordPress bulk category select when publishing post
- Show metabox value last post excerpt, title and link
- Hook for changing excerpt content when excerpt not set
- the_excerpt is displaying excerpts of every post
- Post: how to set created date after post has been published [closed]
- Add delay to publish post
- content summary of a post disappears If an images added at the beginning of the post. how to solve it?
- Publish a Silent Post without updating Feed
- WordPress Excerpt Paragraph Limiting
- Grab value of excerpt_length
- Calling Permalinks With PHP
- How to Remove HTML Elements from Post Excerpt?
- How to add text before post_excerpt in Gutenberg
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- WordPress doesn’t save or publish new posts
- Related post not showing table of content
- Send email to user when I publish a new post
- My posts are getting to Auto draft when I try to Publish
- How to publish a post if condition is met?
- WordPress get tags in “publish_post” hook
- How publish post from pending status
- Moved a website and excerpts don’t work for old posts
- Enable HTML Tags in WordPress Post excerpt
- post is not showing more than 3949 words
- Bulk Post update_post_meta
- How to display post excerpt beside post list inside Post of Dashboard
- Create blog post from external source and set publication date
- Nothing appears using get_the_excerpt() in category.php
- Post List Widget with custom posts and editing the Read More Link
- I want to send push notification just after publish a new post
- Show category post with excerpt text
- How to Test a Blog Post for Update vs. Publish Status — Unique
- How to handle a post before publishing?
- Add a minimum word count to Excerpt (and how to force Excerpt as a rule for WyPiekacz)
- How can i show only 30% of the “the_content(“More…”)”?
- Using the_excerpt() some posts are truncated and some are not
- How to show only the date, the title and a little “summary” of my WordPress post in my custom theme?
- wp trim function not working
- Return All Post from publish to draft [duplicate]
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- Action while post is being published
- excerpt in template for specific page
- Show full post only to loged-in users
- Read more opens attachment
- How can add custom commands in post-new.php in wordpress