Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello Gareth ,
    I have update plugin ,now it have length option also ,there you can set length of excerpt.
    Thanks for posting query.

    Thread Starter Gareth Wynn

    (@gareth-wynn)

    Thanks Ajay!

    Plugin Author Ajay Sharma

    (@ajay3085006)

    You are welcome , Gareth.

    I find this great plugin, but I have a problem, even if I put a very high number in length except a part of the text is not displayed.

    thanks for the help that can give me

    Plugin Author Ajay Sharma

    (@ajay3085006)

    Hello Alex,

    I don’t get proper understanding of your problem .
    but as I got you content is triming at the end.
    for this you can go to plugin then
    open file wp-scroll-posts.php
    go to line 333
    you will find code
    $wpsp_rest = substr($wpsp_trimmed, 0, -8);
    replace it with

    $wpsp_rest = $wpsp_trimmed;
    
    I hope this will resolve you issue.
    
    Thanks for posting query.

    thanks for your help, now goes well

    Plugin Author Ajay Sharma

    (@ajay3085006)

    you are welcome Alex

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Set the number of characters displayed in the excerpt’ is closed to new replies.