Translate text

Home Support Business Point Translate text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10271
    Anonymous
    Inactive

    I’m testing Business Point for a dutch organization. The theme looks great but there’s one text in English that I would like to test: In the post there is a link: ‘Continue Reading’. How can I translate this text tot Dutch?

    #10277
    ProDesigns
    Keymaster

    Hello Deroderuiter,

    Unfortunately this is a bug and we will be resolving it soon in our next update.

    In the meantime if you need to implement this now, you can do this via a child theme.
    1. Create a child theme
    2. Copy the file “YOUR_SITE_ROOT/wp-content/themes/business-point/template-parts/content.php”
    3. Paste the file as “YOUR_SITE_ROOT/wp-content/themes/business-point-child/template-parts/content.php”
    4. Find “Continue Reading” and replace the word with below text code
    <?php echo esc_html__( 'Continue Reading ', 'business-point');?>

    You would not need the child theme once you would update to our next version if you haven’t made any other changes.

    Thank you
    Regards,
    Team ProDesigns Themes

    • This reply was modified 5 years, 3 months ago by ProDesigns.
    #10285
    Anonymous
    Inactive

    Thank you very much! It works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Translate text’ is closed to new replies.