wordpress snippets

Change Excerpt Length in WordPress

Last modified: May 14, 2026

Fiverr freelancers
function scanwp_change_excerpt_length($length) {
return 30;
}
add_filter('excerpt_length', 'scanwp_change_excerpt_length');

Add to functions.php and change the number to the length you want.

Show More

* This button will show the rest of the post and open up an offer from a vendor

For a broader look at what excerpts do and how to customize the Read More link, see our guide covering all about WordPress excerpts.

Save 4 Later
Email liked links to yourself

    Stay Updated with WordPress Insights

    Get the latest WordPress tips, theme reviews, and industry deals delivered to your inbox.