Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Change Read More Text for Excerpts in WordPress?

function wps_change_excerpt_more_text( $more ){
	global $post;
	return '… '.'Read More »'.'';
}
add_filter('excerpt_more', 'wps_change_excerpt_more_text');

Subscribe To Our Newsletter

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

You have Successfully Subscribed!

Share This