Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div id="recent-topics-block">
  2.     <?php
  3.         if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
  4.         bbp_get_template_part( 'loop', 'latest-topics' );
  5.     ?>
  6. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement