' . all_colors_return_read_more_text (). '

'; } add_filter( 'excerpt_more', 'all_colors_excerpt_more' ); function all_colors_excerpt_length( $length ) { if ( is_admin() ) { return $length; } return 22; } add_filter( 'excerpt_length', 'all_colors_excerpt_length', 999 ); function all_colors_return_read_more_text () { return __( 'Read More','all-colors'); }