Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply To: bbPress_Live_Widget_Forums() from bp-forums-bbpress-live.php


Windhamdavid
Participant

@windhamdavid

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; ?>
Skip to toolbar