Hello!
When using "more-link" I have no ability to change the "Read More" to lokal langauge!
I have looked into the "po" file but there is no "more-link" to change!
To solve the problem I used this function earlier, but in the new version 1.0 it does not work!?
What is the correct way to do it?
Thanks
Soren
function mytheme_excerpt_more($more) {
return '<a href="'. get_permalink() . '"> läs vidare…</a>';
}
add_filter('excerpt_more', 'mytheme_excerpt_more');