Increasing excerpt length
-
I’ve tried changing the default excerpt length that wordpress uses by adding the following code to functins.php
add_filter( 'excerpt_length', function($length) { return 80; }, PHP_INT_MAX );
But this does not seem to affect the excerpts used in the featured post slider. Any insight into what I should be doing to increase the excerpt length used in the slider beyond the standard 55 words?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Increasing excerpt length’ is closed to new replies.