• For Content, select Display Excerpt. The length field seems to be ignored when there is an excerpt – the entire excerpt is displayed. When there is no excerpt and the post content is then used, the length is applied.

    It seems the logic is something like this:

    // get excerpt else
    //    get content
    //    apply length limit
    // return excerpt

    It should be this:

    // get excerpt else
    //    get content
    // apply length limit
    // return excerpt

    Aside: Please note in the length field that the limit is on words, not characters.

    Thanks!

    • This topic was modified 3 years, 8 months ago by Tony G.
    • This topic was modified 3 years, 8 months ago by Tony G. Reason: Clarify / Detail
    • This topic was modified 3 years, 8 months ago by Tony G. Reason: Note about characters vs words
  • The topic ‘Posts Block Custom Excerpt Length not working’ is closed to new replies.