Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author storeapps

    (@storeapps)

    @kev5,

    To change Post excerpt length you would need to make code level changes in Email Subscribers and would need to maintain the same for future releases.

    Thread Starter Kev5

    (@kev5)

    Hi,

    Thanks for the response. That would not be a problem at all. I already do this for other plugins, as well as WordPress. I compile all the changes in a text file and re-add the changes when there is an update.

    What code would I need to change?

    Plugin Author storeapps

    (@storeapps)

    @kev5,

    Go to ‘wp-content/plugins/email-subscribers/classes/es-sendmail.php’ and locate following line of code :

    $excerpt_length = 50;

    and change the value (50) as per your requirement.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excerpt Length’ is closed to new replies.