bp_blog_latest_post( array $args = array() )

Output the latest post from the current blog in the loop.

Description

Parameters

$args

(array) (Optional) See bp_get_blog_latest_post().

Default value: array()

Source

File: bp-blogs/bp-blogs-template.php

function bp_blog_latest_post( $args = array() ) {
	echo bp_get_blog_latest_post( $args );
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.