Namespaces: global |
Description |
|---|---|
| bp_show_blog_signup_form() |
Output the wrapper markup for the blog signup form. |
| bp_blogs_signup_blog() |
Output the input fields for the blog creation form. |
| bp_blogs_validate_blog_signup() |
Process a blog registration submission. |
| bp_blogs_validate_blog_form() |
Validate a blog creation submission. |
| bp_blogs_confirm_blog_signup() |
Display a message after successful blog registration. |
| bp_total_blog_count() |
Output the total number of blogs on the site. |
| bp_get_total_blog_count() |
Return the total number of blogs on the site. |
| bp_total_blog_count_for_user() |
Output the total number of blogs for a given user. |
| bp_get_total_blog_count_for_user() |
Return the total number of blogs for a given user. |
| bp_get_blog_latest_post_content() |
Return the content of the latest post on the current blog in the loop. |