Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Add a custom Read More link in WordPress?

        
        function wps_custom_read_more($content) {
            return str_replace('[…]','Continue Reading',$content);
        }
        add_filter('the_excerpt', 'wps_custom_read_more');
        
    

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This