Hello, thanks for your quick response,
The “Lastest Posts” is in your language theme :
function kadence_title() {
if (is_home()) {
if (get_option('page_for_posts', true)) {
echo get_the_title(get_option('page_for_posts', true));
} else {
_e('Latest Posts', 'virtue');
}
and when i translate this, i don’t see the good words on the home page.
I want to change “READ MORE” and is not working to in default.po & .mo.
Best regards
Patrick