Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ckchaudhary/8627873 to your computer and use it in GitHub Desktop.
Save ckchaudhary/8627873 to your computer and use it in GitHub Desktop.
<li class="bbp-body">
<?php while ( bbp_topics() ) : bbp_the_topic(); ?>
<?php bbp_get_template_part( 'loop', 'single-topic' ); ?>
<?php endwhile; ?>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment