Re: Make Main Blog Page Show Excerpts
was there an update here…was just trying this with something like this – but no luck
bp_get_blog_latest_post_excerpt() {
global $blogs_template;
if ( null == $blogs_template->blog->latest_post )
return false;
return apply_filters( ‘bp_get_blog_latest_post_excerpt’, sprintf( __( ”, ‘buddypress’ ), ” . apply_filters( ‘the_excerpt’, $blogs_template->blog->latest_post->post_excerpt ) . ” ) );