Your email:
The given PHP example helps you to change the default length of excerpts into WordPress. Code Example:
<?php function new_excerpt_length($length) { return 40; } add_filter('excerpt_length', 'new_excerpt_length'); ?>
Your email address will not be published. Required fields are marked *
Name *
Email *
Website