WordPress   

Change excerpt length in WordPress posts

add_filter( 'excerpt_length', function($length) {
    return 15;
});
Need a helping hand in fixing your website issues?

If you are facing any problems in implementing these code snippets and tutorials, you can hire us to fix your website issues.

Hire Us