Fixing The Excerpt In WordPress
WordPress theme designers, as well as “hobbyist” designers will most likely be familiar with WordPress’
the_excerpt() Template Tag; a post excerpt is displayed as a summary of the post wherever the_excerpt() is used. However it does have some limitations. Here we attempt to improve on Aaron Russell’s improvement of this function. 