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

    (@sjaved)

    Hello @pkawalec91,
    Hope you are doing good today ??

    My plugin is multilingual ready, you can easily translate the plugin in any language(s) using translation files (.po/.mo).

    If you are not sure how to translate a plugin then check this article:
    https://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/

    Take care and have a nice day ??
    Cheers, Sajid

    i tried it, but this translation function wont work in any way.

    Here is a workaround to change the feed buttons to another language by hardcoding the text. If you update your plugin, this changes will be overwritten, but you can use it till then.

    feed.php line 361

    <a href="'.$story_link.'" target="_blank" class="efbl_read_full_story">'.$read_more_text.'</a>

    change it to

    <a href="'.$story_link.'" target="_blank" class="efbl_read_full_story">WHATEVER YOU LIKE TO READ HERE</a>

    feed.php line 363

    <a href="javascript:void(0)" class="efbl_share_links">'.$share_this_text.'</a>

    change it to
    <a href="javascript:void(0)" class="efbl_share_links">WHATEVER YOU LIKE TO READ HERE</a>

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Read full story" in different language’ is closed to new replies.