Hi There!
How can I change default texts?
I want to change some texts to Spanish.
thanks!
mary
Hey mcmoya!
Please use this free software – https://poedit.net/ to edit language files in Enfold/lang folder
Regards,
Yigit
Thanks!
But for now I just want to replace these texts:
http://www.ekahyoga.shungo.ec/change-text.jpg
How can I do it?
thanks!
mary
Hey!
You can change comment text by going to Appearance > Editor and editing comments.php file and then you can add following code to bottom of functions.php file
add_filter('avia_social_share_title','new_share_title');
function new_share_title() {
$output = 'Share this post written in your language:';
return $output;
}
Best regards,
Yigit
Thanks!
These are done!
But I would like to change all of these English texts like “read more”, “reply”, “post comment” all texts users can see on the backend (Blog)
Cheer!
Hi,
Looks like you installed the default language of WordPress. Install WP to your own language, more info here: https://codex.wordpress.org/Installing_WordPress_in_Your_Language
Best regards,
Ismael
Hello there!
Now it is fixed !
thanks a lot!
mcmoya