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,558
    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