Advertisement
Guest User

Untitled

a guest
Dec 12th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <ul id="list-forums">
  2. <?php while ( bbp_forums() ) : bbp_the_forum(); ?>
  3. <li>
  4. <a href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>">
  5. <?php bbp_forum_title(); ?>
  6. <span>( <?php bbp_forum_topic_count(); ?> )</span>
  7. </a>
  8. </li>
  9. <?php endwhile; ?>
  10. </ul><!--/list-forums-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement