Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi kksenyak,
    In Free plugin, there is no option to eliminate the “read more” button in View setting panel.
    But in Pro plugin, you can do it easily.

    I would like to translate the text on the button into norwegian.. Tried it with Loco Translator plugin. But it seems that the text is static and not translateable.. please can you guys fix this?

    Plugin Author Content Views

    (@pt-guy)

    @lmtoy, here is document for translation
    https://contentviewspro.com/docs/translation/

    Go to Plugins, editor and edit the file:
    content-views-query-and-display-post-page/includes/html.php

    find the following line:
    // Append readmore button
    $content = $excerpt. $readmore_html;

    and replace with:
    $content = $excerpt. $dots;

    You can also use that file to rename it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Read more’ is closed to new replies.