File: bp-blogs/bp-blogs-template.php |
Description |
---|---|
bp_blog_latest_post_title() |
Output the title of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_title() |
Return the title of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_title |
Filters the title text of the latest post on the current blog in the loop. |
bp_blog_latest_post() |
Output the latest post from the current blog in the loop. |
bp_get_blog_latest_post() |
Return the latest post from the current blog in the loop. |
bp_get_blog_latest_post |
Filters the HTML markup result for the latest blog post in loop. |
bp_get_blog_description() |
Return the description of the current blog in the loop. |
bp_get_blog_description |
Filters the description of the current blog in the loop. |
bp_blog_class() |
Output the row class of the current blog in the loop. |
bp_get_blog_class() |
Return the row class of the current blog in the loop. |