Blog

[insert_php] add_filter(‘excerpt_length’, ‘new_excerpt_length’); global $post; $args = array( ‘numberposts’ => 50 ); $myposts = get_posts( $args ); foreach( $myposts as $post ) : setup_postdata($post); ?>

‘ . $shortexcerpt . ‘

‘; ?>