Display bbPress Recent 5 or more Topics on WordPress Frontpage or Other Template
Display bbPress Recent 5 or more Topics on WordPress Frontpage or any other WordPress template. In this site I put it right before the recent Posts list on the Main Index of my Theme Template. Add this code to your Template: <?php if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, […]