Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,691
- How-to & Troubleshooting
- 128,224
- Creating & Extending
- 25,679
- Requests & Feedback
- 9,405
- Third Party Plugins
- 9,753
- Showcase
- 3,321
- Ideas
- 1,348
- Miscellaneous
- 8,879
-
I assume you are having issues getting the count of unread notifications a user has. Try this:
if ( $notifications = bp_core_get_notifications_for_user( $bp->loggedin_user->id ) ) { ?>
<span><?php echo count($notifications) ?></span>
<?php
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS