• Which file allowed me to edit the excerpt characters? e.g. I wanna show 150characters on the index page.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I suspect its in wp-includes/functions-formatting.php, around line 728, where it has:

    $excerpt_length = 55;

    This looks to be the number of words. However, I haven’t tested anything to be sure, so I might be completely wrong.

    Thread Starter tri-fusion

    (@tri-fusion)

    Appreciated a lot karrde you’re absolutely right 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Limite excerpt characters’ is closed to new replies.