Ashley Cameron Design

Ashley Cameron Design

Custom Excerpt Length

SnippetsWordPress

About a 1 minute read

"Design is not just what it looks like and feels like. Design is how it works."

Steve Jobs


1
2
3
4
function my_excerpt_length($length) {
    return 65;
    }
add_filter('excerpt_length', 'my_excerpt_length');