Viewing 1 replies (of 1 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hello,
    thanks for the appreciation!

    You can open the plugin’s main file wp-recent-posts-from-category.php and add something like:

    $output .= '<br><a href="' . get_permalink() . '">' . __('Read more', 'wp-recent-posts-from-category') . '</a>';

    after line 76.

    If you want, instead of
    ' . __('Read more', 'wp-recent-posts-from-category') . '
    which requires you to generate and edit a new language file, you can write “read more” in your language.

    Hope this helps.

    Best,
    Daniele

Viewing 1 replies (of 1 total)
  • The topic ‘Add "Read more" tag’ is closed to new replies.