• 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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    @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.