• Resolved merylpixelmagic

    (@merylpixelmagic)


    Hi guys!

    Firstly, thanks for a GREAT plugin! <3

    Just a quick question: Is it possible to change the length (number of words) of the excerpt shown in Timeline Template – Style 1, ie: the number of words in the text before the “Find out more” link?

Viewing 1 replies (of 1 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @merylpixelmagic,

    Thanks for your valuable feedback.
    Please add the below-shared code inside your active theme functions.php file.

    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
    function custom_excerpt_length( $length ) {
    return 10;
    }

    Let me know if you are still facing any issues.

    Thanks & Regards

Viewing 1 replies (of 1 total)

The topic ‘Excerpt Length’ is closed to new replies.