Title: Read more!
Last modified: August 22, 2016

---

# Read more!

 *  [Karminowy](https://wordpress.org/support/users/karminowy/)
 * (@karminowy)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/read-more-56/)
 * How can I add ‘Read more’ text to all posts? Right now it’s only cutting the 
   post without any link.

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

 *  Thread Starter [Karminowy](https://wordpress.org/support/users/karminowy/)
 * (@karminowy)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/read-more-56/#post-5216507)
 * 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?
 *  [kovac1274](https://wordpress.org/support/users/kovac1274/)
 * (@kovac1274)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/read-more-56/#post-5216604)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/serene/1.4/screenshot.png)
 * Serene
 * [Support Threads](https://wordpress.org/support/theme/serene/)
 * [Active Topics](https://wordpress.org/support/theme/serene/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/serene/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/serene/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kovac1274](https://wordpress.org/support/users/kovac1274/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/read-more-56/#post-5216604)
 * Status: not resolved