How to translate "Read more" at excerpt field
-
Applause for Polylang!!!
I like to know how can I translate “Read More…” from the following code which is in my theme’s functions.php.
function excerpt_read_more_link($output) {
global $post;
return $output . ‘ID) . ‘”>Read More…‘;
}
add_filter(‘the_excerpt’, ‘excerpt_read_more_link’);Theme: Ushuaia
Plugin: wpCasa Polylang 1.0.1; Polylang 1.4.2Thank a lot!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to translate "Read more" at excerpt field’ is closed to new replies.