getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

update truncate posts function #200

Closed neilberry001 closed 11 years ago

neilberry001 commented 11 years ago
apply_filters( 'the_excerpt', balanceTags( wp_trim_words( do_shortcode( get_the_excerpt() ), 20, '...' ), true ) );

using apply filters will ensure content is handled into appropriate html so no need to wrap manually in <p>

neilberry001 commented 11 years ago

discussed with @getdave cancelled this item