Title: Read More language
Last modified: October 17, 2020

---

# Read More language

 *  [osositno](https://wordpress.org/support/users/osositno/)
 * (@osositno)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/read-more-language-2/)
 * Hi
    We need an sulution to the Masonsary Default Grid, read more language. Our
   site is in Norwegian, but the REad more button, is in english. Do you have any
   solution in order to get the language correct? We fixed this in an earlier version,
   but it has been overrun, with english read more, insetad of local language. Is
   it possible to fix this so that updates does not overwrite the languages? Regards
   Magaga.no
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fread-more-language-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dnesscarkey](https://wordpress.org/support/users/dnesscarkey/)
 * (@dnesscarkey)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/read-more-language-2/#post-13552439)
 * [@osositno](https://wordpress.org/support/users/osositno/) ,
 * You can change with this code. Please keep it in your functions.php of your theme
   file.
 *     ```
       function new_excerpt_more($more) {
              global $post;
       	return '<a class="moretag" href="'. get_permalink($post->ID) . '">YOUR READ MORE TEXT</a>';
       }
       add_filter('excerpt_more', 'new_excerpt_more');
       ```
   
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Read More language’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-masonry-layout_838795.svg)
 * [Masonry Layout ( Post Grid Layout )](https://wordpress.org/plugins/wp-masonry-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-masonry-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-masonry-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-masonry-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-masonry-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-masonry-layout/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dnesscarkey](https://wordpress.org/support/users/dnesscarkey/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/read-more-language-2/#post-13552439)
 * Status: not resolved