Mika MAtikainen

Apr 15, 2020 · 4 min read

How to Change Post Excerpt Length in WordPress?

function wps_change_excerpt_length($length) {
  return 24;
}
add_filter("excerpt_length", "wps_change_excerpt_length", 9999);

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This