Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make Main Blog Page Show Excerpts


Nahum
Participant

@nahummadrid

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 ) . ” ) );

Skip to toolbar