Comments Mozah11 started the conversationMay 4, 2022 at 8:10amHello we would like to reduce the number of excerpts in blogs to be like 2 lines or 3 maximum since this option is not under backend 1,558Laborator repliedMay 4, 2022 at 8:43amHi there,Can you try adding this function to the functions.php file: add_filter( 'excerpt_length', function($length) { return 20; }, PHP_INT_MAX ); If you don't know how then please follow this guideBest regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hello we would like to reduce the number of excerpts in blogs to be like 2 lines or 3 maximum since this option is not under backend
Hi there,
Can you try adding this function to the functions.php file:
If you don't know how then please follow this guide
Best regards,
Laborator Team