Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tim Eckel

    (@teckel)

    It’s called an ellipsis. The HTML character entity for an ellipsis is:

    …

    So, if you wanted Read More Excerpt Link to use an ellipsis you could set the “Read More” Link Text value to something like:

    Read More…

    Tim

    Plugin Author Tim Eckel

    (@teckel)

    I think I understand what you’re asking. You would like an excerpt to look something like this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod nisi ipsum. Praesent eu purus non urna rutrum condimentum dictum a elit. Nulla varius blandit accumsan. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus… (READ MORE)

    In other words, you want BOTH an ellipsis showing the truncated text *AND* the “Read More” link. Is that right? If so, I’ve added this option to v1.4 of Read More Excerpt Link

    The checkbox option is listed as “Include Ellipsis after Excerpt” and it’s on the Settings->Read More Excerpt page in the admin console.

    Tim

    Thread Starter alekseyruzov

    (@alekseyruzov)

    Yes, you understood me right way )). Thank you! It’s exactly what I’ve asked.

    Thread Starter alekseyruzov

    (@alekseyruzov)

    One more question…
    Is it possible to place an ellipsis at the and of sentence or whole line?

    Plugin Author Tim Eckel

    (@teckel)

    Short answer:

    Only if you use the excerpt field when editing a post and adding a ‘…’ to the end.

    Long answer:

    Only if you use the excerpt field when editing a post. The reason is that there’s no way to know when you actually want to break programmatically. The way the excerpt works in WordPress is like this:

    1st priority: If excerpt it specified, use this, no matter how long it is (never truncate). Also, Read More Excerpt Link will not add an ellipsis as you’re typically going to format an excerpt to the end of a sentence. But, if you want an ellipsis at the end of an excerpt, simply add ‘…’

    2nd priority: If there’s no excerpt specified, look for a read more tag in the post. If the read more tag is before the excerpt word limit, show just the text before the read more tag. If the read more tag is after the excerpt word limit, truncate the text to the excerpt word limit. Read More Excerpt Link will add an ellipsis if the resulting excerpt is before the read more tag.

    3rd priority: There’s no excerpt nor read more tag in the post. Therefore, truncate the copy if it’s longer than the excerpt word limit. Read More Excerpt Link will add an ellipsis under this situation.

    Read More Excerpt Link will only work under the 1st and 2nd priorities above if the “Show More Frequently” settings box is checked (it’s always active under priority 3). Also, the ellipsis will only be generated if the “Include Ellipsis after Excerpt” box is checked.

    Hope this helps!

    Tim

    Thread Starter alekseyruzov

    (@alekseyruzov)

    Ok. Got it. Thank you.

    Plugin Author Tim Eckel

    (@teckel)

    No problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘"…" At the end of excerpt’ is closed to new replies.