Making WordPress.org


Ignore:
Timestamp:
07/28/2016 05:27:51 PM (9 years ago)
Author:
jmdodd
Message:

Forums Theme: Add handler for subforums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-forums.php

    r2428 r3731  
    1818            <?php bbp_get_template_part( 'loop', 'single-forum' ); ?>
    1919
     20            <?php bbp_list_forums( array(
     21                'before'           => '',
     22                'after'            => '',
     23                'link_before'      => '<ul class="forum"><li class="bbp-forum-info">&mdash; <span class="bbp-forum-title">',
     24                'link_after'       => '',
     25                'count_before'     => '</span></li><li class="bbp-forum-reply-count">',
     26                'count_after'      => '</li></ul>',
     27                'separator'        => '',
     28                'show_topic_count' => false,
     29                'show_reply_count' => true,
     30            ) ); ?>
     31
    2032        <?php endwhile; ?>
    2133
Note: See TracChangeset for help on using the changeset viewer.