Advertisement
Guest User

Untitled

a guest
Jul 12th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $args = array (
  2.         'before'            => '<ul class="bbp-forums-list">',
  3.         'after'             => '</ul>',
  4.         'link_before'       => '<li class="bbp-forum">',
  5.         'link_after'        => '</li>',
  6.         'count_before'      => '',
  7.         'count_after'       => '',
  8.         'count_sep'         => '',
  9.         'separator'         => '',
  10.         'forum_id'          => '',
  11.         'show_topic_count'  => true,
  12.         'show_reply_count'  => true
  13. );
  14.  
  15. bbp_list_forums( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement