This is a part in a movie named "Paris, Je t'aime"
My French is not good enough, but I understand almost 90% of the French
language in this part.
function excerpt_read_more_link($output) { global $post; return $output . ' Read More...'; } add_filter('the_excerpt', 'excerpt_read_more_link');