• I like the Theme “Blain”, but there is a writing foult
    “Contine reading →”
    Where can I change the text for the “more” in the correct “continue” or better in the german “weiterlesen”?

    Can you help?

    The blogs adress is:

    https://www.blog.wolfratshausen.de

    Kind regards

    Beate

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried making the change in functions.php? May work if your theme doesn’t hardcode the text of the link

    function custom_more_link( $more_link, $more_link_text ) {
    	return str_replace( $more_link_text, 'mehr lesen →', $more_link );
    }
    
    add_filter( 'the_content_more_link', 'custom_more_link', 10, 2 );
    Thread Starter Beate Mader

    (@horsemaid)

    there is no line “function custom…” in the functions php ??

    Thread Starter Beate Mader

    (@horsemaid)

    found in content.php ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change "continue reading" where?’ is closed to new replies.