I do not know why the WordPress powers that be decided to do it the way they did but they don’t consider the part before the <--more--> to be the same as the excerpt. Whether that makes sense or not is probably an irresolvable matter of perspective. I’d accept it and make do. The distinction actually adds flexibility to your content management so long as you are aware of what is happening. If you want to use the <--more--> just do this…
if ( !empty( $post->post_excerpt ) ) the_excerpt();
else the_content();
The code that parses the <--more--> is hard-coded into get_the_content so it isn’t just a matter of removing/adding a filter, though certainly you could juggle filters, or create one, to make this work. That is a more complicated solution and is in my opinion not worth it.
Related Posts:
- How to add an admin function only to posts, not pages?
- Custom wp_trim_words() function not trimming right
- How to Display Post View Count
- Auto Refresh Post List after X seconds
- Converting a dynamic piece of code using WordPress Loop into a static one using Post ID
- Why content_arr[‘extended’] removes paragraph tags?
- Exclude category from
- How do I display some posts fully on the homepage, and some as an excerpt only?
- Change all author links in Blog roll
- Trying to edit archive.php to only show post extract, with featured image
- How to only publish posts with image in it
- Page and post loop same template
- Add custom text automatically on each post
- the_content() Not Grabbing All Content
- Optimize CPT-function with a loop
- content summary of a post disappears If an images added at the beginning of the post. how to solve it?
- How to Remove HTML Elements from Post Excerpt?
- Related post not showing table of content
- Moved a website and excerpts don’t work for old posts
- Get post id outside loop : Notice: Trying to get property of non-object
- Show post excerpt
- Show author bio box
- Trim excerpt to first paragraph
- Nothing appears using get_the_excerpt() in category.php
- How can i show only 30% of the “the_content(“More…”)”?
- Getting rid of the blog page entirely
- How to use wp_editor(); in functions.php then retrieve content in the template
- 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
- What function does the loop of displaying posts?
- WordPress current post functions inside loop doesn’t work anymore, are they incompatible with php 8.0?
- Trying to use AngularJS with WordPress without any API
- How to : pagination in 3 different custom loops on the same page
- Pagination with an array of post objects?
- Sharing post from archive page (loop) doesn’t work
- Get Image tag from content of post
- Send post id through ajax and get the post content back
- Start WP Pagination From Number 1 in URL
- Display post x of y within category
- Force authors to Preview a post before publishing
- WordPress Automatic Filename Changer
- How to add tags (custom taxonomy) to post class css?
- Show only posts with images and a fixed amount of posts
- List authors with the last post title and order by last post date
- Listing Specific Categories from Current Post with Depth
- How to exclude visited posts from loop
- Use two different post_per_page limits with infinite scroll
- How to display excerpt post on hamepage and archive pages?
- How to create new post content templates for my users?
- wp_query random post
- How to make the first post in the loop be styled like a “new / featured” post?
- “Right Way” to make custom Loop respect reading settings inside admin panel?
- How to setup a query to output posts by groups of five?
- Only display sticky post or latest post in custom loop
- Order posts alphabetically: how to set order=asc in mysql query?
- How to order posts in an arbitrary order?
- How do I stop the loop from repeating in my category template?
- get_the_category listing in hierarchial order
- How do I do a page break?
- How many posts does the loop return?
- Display Posts on Custom Page
- How to make a sum of all posts displayed in a loop
- Possible to alternate between two loops
- How to get a post’s content? [closed]
- Exclude current custom post on single post
- Wrong post title displayed from loop
- Get Value of Post before
- why does wordpress ignore the post args?
- Multiple Loops Breaking Pages
- add to end of post in the loop with plugin
- First x post with another template then the others
- Why does a published post only displays the title and not the content in the site? [closed]
- Loop doesn’t show title of second post and posts thereafter
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- disable Tab post on nav-menus page (Admin)
- Showing categories and subcategories with posts
- Second get_permalink inside loop points to wrong URL
- Get the amount of posts on a current page
- Loop parent terms {display posts} AND loop child terms {display posts}
- How to add a class to each individual post?
- Adding bootstrap classes to video shortcodes
- add bootstrap post slider with tabs
- Every second post different class in blog view
- How to add add more properties to WP_Post object in search results loop
- Format latest/newest post differently
- is_page Funtion for Posts ?
- Custom taxonomy archive page problem
- Post type no single page
- Displaying post excerpt using wpdb query
- Best Way to Add UnEditable HTML to Posts
- Loop don’t work within single.php page
- Use Click Image to Play Youtube Video in a WordPress Loop
- Get post meta retrieving wrong value
- Adding a user’s ID behind the tag ref link address
- older blog posts not showing in new theme
- How to get posts published on the latest date?
- How to disable the_excerpt from one post
- Add Blog to WP homepage Manually
- How can I remove the first two words and shorten get_the_title()
- How to show all posts by author on buddypress profile with navigation