Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

excerpt length wordpress

function wp_example_excerpt_length( $length ) {
    return 30;
}
add_filter( 'excerpt_length', 'wp_example_excerpt_length');
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #excerpt #length #wordpress
ADD COMMENT
Topic
Name
6+6 =