Topic Resolution: Resolved
  • Closed
  • Kenneth Hitt
    Spectator
    July 28, 2016 at 8:03 pm #29430

    I’m using custom excerpts for blog posts, but when they appear in the recent post slider they are cut short and replaced with “[…]”, even when the excerpt is well below the defined character limit. How can I remove this bracketed ellipsis, so only the excerpt text is shown?

    Denzel Chia
    Moderator
    Posts: 2656
    July 29, 2016 at 6:52 am #29457

    Hi,

    Use custom excerpt instead of auto generating it.
    Edit your post, scroll down and you will see Excerpt meta-box, type an excerpt for that post.

    Please see my post for custom excerpt.
    http://image.prntscr.com/image/b1e0d0ace30b455691bd2310b8dc44af.png

    Thank you.

    Kenneth Hitt
    Spectator
    Posts: 3
    July 29, 2016 at 7:24 pm #29480

    I presume you simply didn’t see where, above, I specifically noted that I am already using custom excerpts. The problem is whoever designed the theme foolishly hard-coded an excerpt max length with the ellipsis into basic-functions.php instead of providing a call to the custom excerpt through WordPress. This needs to be fixed.

    Daniel Jones
    Spectator
    Posts: 148
    July 29, 2016 at 8:34 pm #29481

    Hi Kenneth,

    Thanks for clarification.

    Kindly could you share with me temporary login credentials so that I can investigate the issue further from there and help. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.

    Looking forward to your reply.

    Kenneth Hitt
    Spectator
    Posts: 3
    July 29, 2016 at 9:05 pm #29483

    I already solved the issue. The theme has its own excerpt counter instead of just using the built-in excerpt call from WordPress.