How to add post counts to Buddypress Site Directory
While working on trying to get the latest post images and latest post author avatars in the blogs-loop.php of the Site Tracking Directory template, I stumbled on this little number. Adding in the blogs loop you can display the post count for each site on your multisite ala buddypress.



0
How to get BuddyPress Comment Count by Blog?
I wanted to be able to show a member’s comment count from a particular blog on a multisite wordpress blog network. I found a couple of ways to do it using switch_to_blog. This is to display the comment count on a user profile page. Install the Buddpress Member Profile Stats plugin. And put the following [...]