Ændre uddrag/excerpts længde

Åben functions.php og ret værdien i linje 230:

function twentyten_excerpt_length( $length ) {
 return 40;
 }
 add_filter( 'excerpt_length', 'twentyten_excerpt_length' );

Leave a Reply

Your email address will not be published. Required fields are marked *