• marlene226

    (@marlene226)


    Hi,

    I would like to change “You might also like” above related post by “Les autres articles dans la catégorie” because my website is in french.

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author faycalboutam

    (@faycalboutam)

    Hey! Please add this code in Divi => Integration => Add code to the < body > (good for tracking codes such as google analytics):

    <script>
        (function($) {
           if ( $('body').hasClass('single') ) {
            $('.expand_divi_related_posts_title').text('Your new text here');
           }
        })(jQuery);
    </script>

    Hi @faycalboutam

    You provide a POT file so I suppose we could be able to create a PO and MO files to translate your plugin.

    What names we should put to our translation files (maybe something like “divi-expand-fr_FR.po”)?
    Could we put this files in wp-content/languages/plugins folder?

    Thank you!

    • This reply was modified 5 years, 7 months ago by Miguel A..
    • This reply was modified 5 years, 7 months ago by Miguel A..
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Related post : “You might also like”’ is closed to new replies.