Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #756155

    Hey guys!

    How can I change the text of the read more bottons that appear in the blog?

    Thank you so much!

    #758327

    Hey Meri,

    Please add following code to Functions.php file in Appearance > Editor

    function modify_read_more_link() {
        return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
    }
    add_filter( 'the_content_more_link', 'modify_read_more_link' );

    Best regards,
    Yigit

    #758344

    Thank you Yigit!

    Unfortunately I didn’t work. Do you know why?

    Thank you!

    #758347

    Hey!

    Can you please post a link to your website?
    We might need temporary admin logins as well. If you do not mind, please attach them in private content field

    Cheers!
    Yigit

    #758373

    Of course!

    Thank you so much!

    #758392

    Hey!

    It seems like you would like to translate the strings to Catalan. Please use this free software – poedit.net and edit language files in wp-content/themes/enfold/lang folder. Catalan is not available at the moment, you can simply copy the closest language (Spanish maybe?) and name it ca-ES and translate the theme as needed.

    Regards,
    Yigit

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