Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,055
- How-to & Troubleshooting
- 129,795
- Creating & Extending
- 25,859
- Requests & Feedback
- 9,500
- Third Party Plugins
- 9,806
- Showcase
- 3,317
- Ideas
- 1,384
- Miscellaneous
- 9,176
-
Hold up, I think I’ve worked it out…
I was using (shorthand): ‘if ( bp_has_site_videos) while (bp_has_site_videos)’
When I wanted to be using: ‘while (bp_site_videos)’
.. without the ‘_has’.
I hope i got that right.