[ad_1]
Hi @precitools
To change “Read More” text:
- The best way to change is using theme options.
Inside the theme options (Appearance > Customize), you will find:
“General Options” > “Read More Text”
- You may also use “Loco translate” plugin for translating any text.
- 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' );
