Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,040
- How-to & Troubleshooting
- 129,759
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Why wouldn’t this work?:
$blog_post_count = result of whatever function you created to count blog posts. Then:
if ($blog_post_count > 0) echo “Blog posts: ” . $blog_post_count;
So if it’s 0, nothing gets displayed.