Double check that you don’t have a check for has_excerpt()
that’s hiding the “auto-generated” excerpt. Even if get_the_excerpt()
returns something made from post_content
, has_excerpt()
still returns false if the excerpt is empty.
If that’s not the case, see if there’s a function that filters on get_the_excerpt
that could be effecting this.
To answer your question, wp_trim_excerpt()
, the function that “fakes” an excerpt, filters get_the_content()
which the_excerpt()
is just a wrapper function for. So that’s not the issue.
Related Posts:
- Remove links from the_content when using filters wp_trim_excerpt
- How do I pull excerpts from pages?
- first paragraph of the_content as meta description
- getExcerpt: Make ellipsis appear only if character limit is reached
- Difference between the_content() and get_post()?
- Check if the user has explicitly set an excerpt
- How to override function in functions.php of parent theme?
- Insert Ad Code in the Middle of a Post
- Show Video in Excerpt
- When is wp_trim_excerpt() called?
- Stripping shortcode from custom excerpt function
- Remove images from get_the_excerpt
- Custom page template how to check is_page from functions.php?
- Remove tag on my RSS Feed
- get excerpt without images
- Automatically add author’s name to post_tag
- Allow latex in wordpress excerpt
- Function to wrap the_content in a div
- Function to show only first instance of shortcode
- Custom excerpt legnths for specific pages
- Automatically insert php function into post $the_content
- Adding a class to tag list in a function
- Searching for content post
- How to filter out shortcode when displaying the_excerpt() in the loop?
- Create single.php for specific tag by tag id or name
- str_replace function in theme
- list tags with count in author profile page
- Product Tags in Add New product as checkbox list [closed]
- Adding HTML to the end of every post with the Block Editor
- Inserting a functions output after the content
- How to display post content instead of excerpt
- Retrieve tags data in post body
- Echo tags used to describe the theme
- Add caption functionality to custom WordPress theme
- Using Schema with `the_excerpt`
- Frontend tag edit/submit form
- Removing permalink from post thumb in twentyeleven
- Is possible add icon in title posts only in specific tag?
- Custom Post excerpt not working correctly
- Limit length of first excerpt in the loop
- new_excerpt_more link not working properly
- Display tags that only appear in one category
- Excerpts are not displayed by a shortcode on category pages
- Add a unique class to HTML tag/element
- Add Element as a Filter to the_content
- How to display retweet count and likes in the meta above the excerpt
- Setting a default text for excerpts of a particular category
- How to edit the Tags within the image file URLs?
- Insert template-part inside the content
- Excerpt for pages not showing
- Function filter breaking tag archive menus
- Tags break custom Excerpt function
- Numbering lines of code with the tag?
- WordPress Excerpt – How to remove the first link using functions.php
- Randomizing wp_tag_cloud() in child theme
- does wp function the_content(); accept another tag inside
- Undefined variable error in new function
- How to remove a specific word at the beginning of the content and add it to the end of the content
- Strip div From Excerpt
- How to change value of variable in theme file with functions.php WordPress?
- The_content and Preg_replace in loaded Iframe [closed]
- Changing where my author box is printed
- Insert Content Before div#main from the functions.php File
- Sort and display pages with specific custom field (not tag)
- Adding Read More to Custom excerpts
- Function to echo (or display?) wordpress tags in the head section
- Limit number of characters in different excerpts
- Conditional function for excluding first image from content, not working
- the_excerpt function not showing image
- What is wp_get_post_tags for media tags?
- Allow user only create specific tags
- Appending „read more” to the excerpt conditionally
- Strip all HTML tags from product content and resave
- Removing sanitize_title_with_dashes Function with The Real Title
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- Hide disclaimer from summary excerpts
- require_once() Causing categories and tag pages on dashboard to not refrsh
- Change post count on tag/terms pages to 10
- How to make an If Else on Excerpt Filter
- Shortcode to eliminate and replace with
- Custom taxonomy not refreshing page on add
- Automatically add tag if a checkbox is checked
- Function the_content
- need help with ‘… read more’ excerpt in functions.php
- Excerpt length: get 2 paragraphs
- Check if excerpt is empty at loop-portfolio
- Make WordPress search for only this tags or exclude certain tags from search [duplicate]
- How to get tags and categories?
- How accomplish modification the_content if home/start page?
- Can’t change excerpt length and more tag
- More link – not text
- How to add an excerpt and read more link to a page?
- Adding a filter to my posts
- Excerpt – First Sentence & Read More
- If two tags in the middle i need comma
- Display function from functions.php in tag.php
- Creating mixture of shortcodes to use in the visual/text editor
- How I can show short content with short tag
- Bulk set Post Title as Tag where Tag is Empty Function
- function to show youtube videos within excerpt – if condition and apply_filters