Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
midget wissing .. line 34 of ..bbpress-live.php wp_register_sidebar_widget() ?
that should cut it there. has_topics() is still giving me nothing.. but I just realized I’ve had xmlrpc.php out of my header for the last hour. when it’s like this it always turns up to be something so very simple I’m overlooking.
<?php if ( bp_has_topics() ) : ?>
<?php while ( bp_has_topics() ) : bp_the_topics(); ?>
<li>
<?php the_topics() ?>
</li>
<?php endwhile; ?>
<?php else: ?>
<p>No Topics Found.</p>
<?php endif; ?>