• Resolved HamBeny

    (@hambeny)


    Hi,
    How to translate ”READ MORE” that redirects users from summary post to the entire post ???

    I am using wp in my language and everything works good except that ” read more ” which is still in English.

    Regards

Viewing 1 replies (of 1 total)
  • Thread Starter HamBeny

    (@hambeny)

    Nevermind, I solved it.

    In case anyone else need to know how to change the “Read More” text:
    – Create a child theme,
    – Copy ‘content.php’ file into your child theme directory
    – Go to the line (there exist two identic lines)
    <a class="read-more" href="<?php the_permalink(); ?>"><?php _e('Read More →', 'ascent'); ?></a>
    and change ‘Read More →’ text by the text you want to display,

    For me, I change the text to ‘???? ?????? ←’

Viewing 1 replies (of 1 total)
  • The topic ‘Translate '' READ MORE ''’ is closed to new replies.