Tagged: read more link
-
AuthorPosts
-
November 21, 2014 at 6:52 pm #355422
Could you please tell me how to change the ‘Read more’ link to say ‘Learn more’. ?
I am using a child theme and so would like to change it there so will not have to redo every update.
Thanks so much. Enfold is the best theme ever!November 21, 2014 at 7:51 pm #355490Hi!
Can you specify on which element you want to change this? a link would be helpful.
Best regards,
JosueNovember 21, 2014 at 8:51 pm #355545This reply has been marked as private.November 22, 2014 at 8:06 pm #356003Hi,
Open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and look for line 311:
$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>';Replace it by this:
$permalink = '<div class="read-more-link"><a href="'.get_permalink($the_id).'" class="more-link">'.__('ANOTHER TEXT','avia_framework').'<span class="more-link-arrow"> →</span></a></div>';Regards,
JosueNovember 27, 2014 at 12:21 am #358676This reply has been marked as private.November 28, 2014 at 5:55 am #359399Hi!
Check your website, i found a better way, added this to Quick CSS:
a.more-link:before{ content: "Learn more"; font-size: 12px; } a.more-link { font-size: 0; } span.more-link-arrow { font-size: 12px; }Best regards,
JosueFebruary 11, 2015 at 11:42 am #394227This reply has been marked as private.February 11, 2015 at 12:31 pm #394266Hehe, not necessary but thanks, glad to help :)
Regards,
JosueMay 23, 2017 at 5:16 pm #798390Is there another way to do this? Using the CONTENT attribute in CSS violates ACCESSIBILITY requirements. Is there a way to add a filter to functions.php?
May 25, 2017 at 3:23 am #799318Hi,
Please try: https://kriesi.at/support/topic/how-to-change-read-more/#post-369455
or you can change the read more text by opening up includes/loop-index.php, includes/helper-templates.php and includes/loop-archive.php and replace all occurrences of “read more” with your custom text.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.
