View difference between Paste ID: qsuEvBgL and whRAih5J
SHOW: | | - or go back to the newest paste.
1
$args = array (
2-
        'before'            => '',
2+
        'before'            => '<ul class="bbp-forums-list">',
3-
        'after'             => '',
3+
        'after'             => '</ul>',
4-
        'link_before'       => '',
4+
        'link_before'       => '<li class="bbp-forum">',
5-
        'link_after'        => '',
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 );