Bonjour,
Je cherche à changer le texte “lire la suite” dans une page contenant une galerie d’articles.
Comment faire?
Merci
Hi
I would like to change the text “read more” in a page with post gallery.
So how i do?
Thanks
Hey tinketepa!
Your just wanting to change the text to something else? Try line 311 in /enfold/config-templatebuilder/avia-shortcodes/postslider.php.
$permalink = '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';
Best regards,
Elliott
Yes, perfect!
It’s exactly what i want to do ;-)
Thanks a lot Elliott!