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
- How to end the excerpt with a sentence rather than a word?
- add action only on post publish – not update
- How to prevent posts from being published too close to each other?
- Is it possible to Schedule Attachments in WordPress?
- Elegant way to include only published posts with get_objects_in_term()?
- Modify ‘Read more’ link adding a new class
- Post publish only hook?
- Publish pending article from front end with a button?
- How to add a “publish” link to the quick actions
- How to limit user to publish post per day and per role?
- Remove image caption from post excerpt
- When a user creates a post (pending), send a confirmation link that allows them to publish
- In what sequence are the hooks fired when a post is “published”?
- Restrict the Number of Posts an Author can Publish (over time)?
- 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?
- Detect Post Type when publish_post is ran
- How can I display a specific user’s first published post?
- Does WordPress remove draft status automatically?
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Prevent post from being published if no category selected
- Limit number of posts a user can make per minute?
- How to show post(excerpt) from specific category on wp page?
- How to link up “read more” on excerpts hack from WP Recipies
- Append Text to $post->post_excerpt
- Frontend Post Excerpt field mapping
- 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
- 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 can I create custom button in post.php
- Automatically Updating Publish Date Bug
- How can I schedule a PAGE to go live at a future date/time?
- How to give capability (publish contributors posts) to author role?
- Check if checkbox is marked on publish/update post
- 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
- Calling Different Custom Post Timestamps in a table
- 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]
- do more action after I publish a post
- Assign published posts to another user automatically
- Displaying post excerpt using wpdb query
- The_excerpt() doesn’t parse – how to change that?
- Trying to edit archive.php to only show post extract, with featured image
- Stop wordpress from creating empty/null entries
- Hook for changing excerpt content when excerpt not set
- Change the number of excerpts displayed in search results layout
- How can I tell if a post has been published at least once?
- Send email for pending post
- Why excerpt is Displaying same in Random Posts list
- 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
- How can my plugin display a populated new post window
- WordPress Excerpt Paragraph Limiting
- Grab value of excerpt_length
- How to Remove HTML Elements from Post Excerpt?
- How to add text before post_excerpt in Gutenberg
- Why is WordPress showing a blank excerpt for just one of my posts?
- 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
- How to limit wordpress the_excerpt() dynamically
- Hook when post is set from published to draft?
- 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
- Enable HTML Tags in WordPress Post excerpt
- 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
- Trim excerpt to first paragraph
- Post List Widget with custom posts and editing the Read More Link
- I want to send push notification just after publish a new post
- 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