skip to Main Content

WordPress Code Snippets


Custom Excerpt Length in WordPress

Change the default excerpt length.

add_filter('excerpt_length', 'codebykp_custom_excerpt_length', 999);
function codebykp_custom_excerpt_length($length) {
    return 20; // Set to desired length
}


I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top
Search