Published
- 1 min read
excerpt length wordpress
The solution for this is noted below
excerpt length wordpress
Solution
function wp_example_excerpt_length( $length ) {
return 30;
}
add_filter( 'excerpt_length', 'wp_example_excerpt_length');
Try other methods by searching on the site. That is if this doesn’t work