Forum Replies Created

Viewing 1 replies (of 1 total)
  • Change three lines of the file: /inc/customizer/customizer-defaults.php
    This is a line of numbers: 107, 116, 126
    They should contain this:

    107 `blog_page_more_text’ => esc_html__( ‘Read More’, ‘savona’ ),
    116 `blog_page_related_title’ => esc_html__( ‘Related Posts’, ‘savona’ ),
    126 `single_page_related_title’ => esc_html__( ‘Related Posts’, ‘savona’ ),

    After this procedure, translations of these buttons will be connected from the translation file.

Viewing 1 replies (of 1 total)