Guest User

bbPress Latest Posts

a guest
Dec 12th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
  3. bbp_get_template_part( 'loop', 'latest-topics' );
  4. ?>
Add Comment
Please, Sign In to add comment