Hi, I would like to know “how to change social icon text”. Now I have in social icon position my web name followed by “on Facebook/on Google Plus/on Pinterest” etc. It is posible to replace “on Facebook” e.g “on Our Family Page” or “in English”? Thx in advance, kb
Hi Ka222,
In which language do you want to translate it ? If you want to translate the name in your own language then you need to create .mo and .po file and place that language file inside language folder.
and inside wp-config.php file you need to add language. for ex:- french langauge define('WPLANG', 'fr_FR');
Thank you!