Think the excerpt is too long? Use this snippet to shorten it. This shortens it to 20 words.
function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');
Think the excerpt is too long? Use this snippet to shorten it. This shortens it to 20 words.
function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');
Powered by WordPress & Theme by Anders Norén