twentyten_excerpt_length

Definition:
function twentyten_excerpt_length( $length ) {}

Sets the post excerpt length to 40 characters.
To override this length in a child theme, remove the filter and add your own function tied to the excerpt_length filter hook.

Parameters

  • $length

Source code

function twentyten_excerpt_length( $length ) {

	return 40;

}

3103

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: