Viewing 3 replies - 1 through 3 (of 3 total)
  • Pankaj Asopa

    (@pankaj_asopa)

    Hello Ayushi,

    Must be too late but in-case

    <br />
    function new_excerpt_more( $more ) {<br />
    	return '[.....]';<br />
    }<br />
    add_filter('excerpt_more', 'new_excerpt_more');<br />
    <br />
    function new_excerpt_more( $more ) {<br />
    	return ' <a href="'. get_permalink( get_the_ID() ) . '">' . __('Read More', 'your-text-domain') . '</a>';<br />
    }<br />
    add_filter( 'excerpt_more', 'new_excerpt_more' );<br />
    Pankaj Asopa

    (@pankaj_asopa)

    ‘br’ is auto added, kindly ignore

    I wanted to know this also. So there’s not a way in the user interface to have it say Read More? And what file needs to have this changed? Will it be overwritten with every update? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change […] to Read More’ is closed to new replies.