Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #621741

    Hi There!
    How can I change default texts?
    I want to change some texts to Spanish.
    thanks!

    mary

    #621747

    Hey mcmoya!

    Please use this free software – https://poedit.net/ to edit language files in Enfold/lang folder

    Regards,
    Yigit

    #621784

    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

    #622173

    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

    #627415

    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!

    • This reply was modified 8 years, 6 months ago by mcmoya.
    #628762

    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

    #658594

    Hello there!

    Now it is fixed !

    thanks a lot!

    mcmoya

    #658788

    Hi,

    Great, please open a new thread if you should have any further problems.

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change default texts’ is closed to new replies.