Hi, I have some problem.
Is there a possibility to make this excerpt(3) method not give a space before the ellipsis.
What is now: lorem ipsum dollar …
What I expect: lorem ipsum dollar…
Have a nice day!
I hope you can help.
Hi, I have some problem.
Is there a possibility to make this excerpt(3) method not give a space before the ellipsis.
What is now: lorem ipsum dollar …
What I expect: lorem ipsum dollar…
Have a nice day!
I hope you can help.
Currently param have a space like ' ...'
and you can override ellipsis with:
$page->text()->excerpt(100, true, '...');
It’s so simple. Thank you very much for such a quick reply.