The following can be added to your theme’s functions.php to alter the excerpt word count.
//Filter the excerpt function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');
The following can be added to your theme’s functions.php to alter the excerpt word count.
//Filter the excerpt function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');
On of my projects gets a little recognition. It’s always nice to see the fruits of your labor!
“Of the over 8000 entries submitted to the 14th Annual Webby Awards, fewer than 15% were distinguished as an Official Honoree. This honor signifies an outstanding caliber of work. Congratulations to all of our Official Honoree selections!”
Read more about my work with Tablet Magazine