• Hi everyone,
    I want to translate “read more” buttons of minamaze theme in french.
    This function doesn’t work.

    function excerpt_more_french( $more ) {
        return ' <a class="read-more" href="'. get_permalink( get_the_ID() ) . '">Read more in french</a>';
    }
    add_filter( 'excerpt_more', 'excerpt_more_french' );

    So is there an other way to translate these buttons ?
    Thank you

Viewing 1 replies (of 1 total)
  • i used “Codestyling Localization” Plugin to translate the read more button. This was an option for lazy people.

    Install, add language, read them in , looking for read more in the table – translate it into french. It should work. In the same way you can maybe translate other words.

Viewing 1 replies (of 1 total)
  • The topic ‘Translate "Read More" button in french’ is closed to new replies.