• flying128

    (@flying128)


    Hi,

    The Blog section in from page is too long. Any way to limit the wording (excerpt 20words will do)? pls help me asap.

    • This topic was modified 6 years ago by flying128.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello flying128

    add the following code to the functions.php</code file in your theme:

    function wpdocs_custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog section too long’ is closed to new replies.