Hi :-)
We use the excerpt + readmore link on our website, and the content is being automatically cut at some stage and this “[…]” is added….
So i have 2 questions:
1. is it possible to control the length of the text that is being displayed before the “[…]” ? (sitewide)
2. How could i change the “[…]” to plain “…” or “->” ?
Thanks!
Hi!
1. I’m sorry but I forgot which shortcode does this. Can you send us a link to your page or let us know which shortcode your using?
2. Try changing line 1047 in /enfold/framework/php/function-set-avia-frontend.php.
$excerpt = preg_replace("!\s\[...\]$!", '...', $excerpt);
Cheers!
Elliott
Hey!
Sure, just copy the whole avia_excerpt
function (starts line 1009) to your child theme functions.php.
Cheers!
Josue