• How can I remove the imbedded “read more” feature on every post. It appears even when there is very little content.
    It may be correlated with a “little p” that appears at the end of the post. I am a brand new website builder so please keep that in mind when sharing how to fix. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Aslam

    (@aslamnaik)

    Read more is a default feature of the theme, it can only be removed by customizing the theme.

    Hello!
    How can I translate ‘read more’ button or ‘related posts’?
    Btw. great theme!
    d.

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Read more’ is closed to new replies.