$/', '', $text ); $excerpt = $text . '
' . __( 'Read more', 'papercuts' ) . '

'; return $excerpt; } add_filter('the_excerpt', 'custom_excerpt');