Just copy and paste following codes to yourdomain.com/wp-content/themes/activated-theme/fucntions.php in the most below.
function new_excerpt_length($length) {
return 100;
}
add_filter('excerpt_length', 'new_excerpt_length');Type: | php |
Category: | Web Tutorial |
Sub Category: | Wordpress Theme Shortcode |
Uploaded by: | Admin |