Namespaces: global |
Description |
|---|---|
| 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_blog_latest_post_content() |
Output the content of the latest post on the current blog in the loop. |
| bp_get_blog_latest_post_content() |
Return the content of the latest post on the current blog in the loop. |
| bp_blog_latest_post_featured_image() |
Output the featured image of the latest post on the current blog in the loop. |
| bp_get_blog_latest_post_featured_image() |
Return the featured image of the latest post on the current blog in the loop. |
| bp_blog_latest_post_has_featured_image() |
Does the latest blog post have a featured image? |
| 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_description() |
Return the description of the current blog in the loop. |