Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Karminowy

    (@karminowy)

    I found this part of code in functions.php

    function serene_excerpt_more( $more ) {
    	return sprintf( '...<a class="read-more" href="%s">%s</a>',
    		get_permalink( get_the_ID() ),
    		esc_html__( 'Read more', 'Serene' )
    	);
    }
    add_filter( 'excerpt_more', 'serene_excerpt_more' );

    Any help?

    Bump! I don’t see any Read-More by using the short code note the Exceprts (and setting my reading options to summary).

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read more!’ is closed to new replies.