Write this code in the Child Theme function.php you can change 35 to as your own
function rtl_custom_excerpt_length( $length ) {
return 35;
}
add_filter( 'excerpt_length', 'rtl_custom_excerpt_length', 999 );
Write this code in the Child Theme function.php you can change 35 to as your own
function rtl_custom_excerpt_length( $length ) {
return 35;
}
add_filter( 'excerpt_length', 'rtl_custom_excerpt_length', 999 );