function the_excerpt_limit($limit = 200, $full_stop = '', $excerpt = null) { echo get_excerpt_limit($limit, $full_stop, $excerpt); }
function excerpt_limit($limit, $readmore = '[...]') { $text = get_excerpt_limit($limit, $readmore); return wpautop($text); }