Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #391316

    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!

    #391328

    :-)

    #391693

    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

    #391697
    This reply has been marked as private.
    #391739

    Hey!

    Sure, just copy the whole avia_excerpt function (starts line 1009) to your child theme functions.php.

    Cheers!
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.