bp_total_blog_count()
Output the total number of blogs on the site.
Source Source
File: bp-blogs/bp-blogs-template.php
function bp_total_blog_count() { echo bp_get_total_blog_count(); }
Expand full source code Collapse full source code View on Trac