Skip to:
Content
Pages
Categories
Search
Top
Bottom

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


vusis
Participant

@vusis

hey i’ve got it to work, I’m quickly setting up the plugin to work as a widget and i’ll upload it :)
Note i’m still working on getting the correct permalink though, but that shouldn’t be a train-smash. will you posted

<div class="topic-list">
<?php if (bp_has_forum_topics() ) : ?>
<?php while ( bp_forum_topics() ) : bp_the_forum_topic(); ?></p>
<div class="topic-list-item"><a>" rel="bookmark" class="title"><?php bp_the_topic_title(); ?></a></div>
<?php endwhile; ?>
<?php else: ?>
<p>There are no topics</p>
<?php endif; ?>
</div>
Skip to toolbar