@since: BuddyPress 1.7.0 |
Description |
---|---|
bp_blog_latest_post_has_featured_image |
Filters whether or not the latest blog post has a featured image. |
bp_blog_latest_post_permalink() |
Output the permalink of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_permalink() |
Return the permalink of the latest post on the current blog in the loop. |
bp_get_blog_latest_post_permalink |
Filters the permalink of the latest post on the current blog in the loop. |
bp_blog_latest_post_content() |
Output the content of the latest post on the current blog in the loop. |
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_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. |