Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #52461


Ignore:
Timestamp:
03/16/2021 02:46:19 PM (4 years ago)
Author:
sabernhardt
Comment:

This is not a bug, though #24588 proposed the enhancement of editing the excerpt function to accept snippets created by a "more" tag/block.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52461

    • Property Status changed from new to closed
    • Property Version changed from 5.6.1 to
    • Property Resolution changed from to invalid
  • Ticket #52461 – Description

    initial v2  
    1 Hello there, I've never reported a WordPress bug before, so bear with me. I'm been working with a reputable theme developer, Themeco, with an issue I was trying to resolve, and [according to their estimation](https://theme.co/forum/t/layouts-and-post-excerpts-bug/83415/14/), it appears to be either an issue with Wordpress core or an issue with the Wordpress documentation being inaccurate. In either case, I'l like to report it as succintly as possible and hopefully get it resolved.
     1Hello there, I've never reported a WordPress bug before, so bear with me. I'm been working with a reputable theme developer, Themeco, with an issue I was trying to resolve, and [according to their estimation](https://theme.co/forum/t/layouts-and-post-excerpts-bug/83415/14/), it appears to be either an issue with WordPress core or an issue with the Wordpress documentation being inaccurate. In either case, I'l like to report it as succintly as possible and hopefully get it resolved.
    22
    33According to [your documentation here](https://codex.wordpress.org/Customizing_the_Read_More), I should be able to enter a <!--more--> tag or the corresponding "Read More" block in the block editor and that should limit what the_excerpt() returns to the text before the more tag (instead of the 55 word limit). And, indeed, it does so everywhere except for the single-post page. On the single-post page, it either returns the manual excerpt or it returns the 55 character limit if there is no manual excerpt.