Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #3037087
Reduce number of Excerpt in blogs
Closed

Comments

  • Mozah11 started the conversation

    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


  •  1,561
    Laborator replied

    Hi 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 guide


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group