• Resolved Precitools

    (@precitools)


    Good day! The main blog in French language and we would like to make the standard “Read More >>” button in French language as well. Can you tell us what file and function we need exactly to touch to change it? Thank you in advance,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ScriptsTown

    (@scriptstown)

    Hi @precitools

    To change “Read More” text:

    1. The best way to change is using theme options.

    Inside the theme options (Appearance > Customize), you will find:

    “General Options” > “Read More Text”

    1. You may also use “Loco translate” plugin for translating any text.
    2. The file is of the parent theme “pressbook” where the text is:
      “pressbook \ inc \ core \ Enhance.php”

    Inside ‘excerpt_more’ and ‘content_more’ functions:

    $more_text = esc_html__( 'Read More', 'pressbook' );
    • This reply was modified 1 year, 2 months ago by ScriptsTown.
    Thread Starter Precitools

    (@precitools)

    Dear @scriptstown

    Sorry, didn’t read in time. Everything perfect and solved. Thank you for your answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change “Read More” button text’ is closed to new replies.