If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Read More link

  • I would like to have a READ MORE link automatically appear at the bottom of the exerts for my posts. The viewer may not know how to click the picture to get the rest of the write up.

    Can you help?

    A number of years ago, you told me to do this...but with updates, that doesn't appear to work anymore:

    Please go to …wp-content/themes/flyingnews/framework/lib/class_render.php 

    Just change Lines 18-22

    public static function replace_readmore($text) {

           // return str_replace("[...]", "", $text);

            //readmore je zakázaný

            //return str_replace("[...]", "<a href='".get_permalink()."'>[Read more]</a>", $text);

            return preg_replace("/(\[.*?\])/", "<a href='".get_permalink()."'>[Read more]</a>", $text);
  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions