Skip to:
Content
Pages
Categories
Search
Top
Bottom

Upgrading bbPress

Published on December 11th, 2014 by Stephen Edgar

This section is your guide to bbPress theme updates, by version release. From time to time bbPress creates new functionality that requires templates and markup adjustments, adds new JavaScript scripting and perhaps requires CSS properties supporting these additions. If your bbPress installation is a particularly custom one, that is, you have customized template files to […]

Getting Started in Modifying the Main bbPress Template

Published on January 29th, 2013 by pjv

The target audience for this page is someone who has basic familiarity with editing WordPress theme templates. If you are just picking up bbPress and you want to make some basic changes to the template that is being rendered like say removing WordPress comments code or any post meta that should only be shown on […]

bbp_list_forums

Published on May 18th, 2012 by Lynq

The bbp_list_forums function is commonly used to display a list of sub forums. You can customise the returned data by passing the function some arguments. The bbp_list_forums is a function located in \includes\forums\template.php. To filter this array use: add_filter( ‘bbp_before_list_forums_parse_args’, ‘your_filter_name’ ); An example list of arguments before The value you specify for ‘before’ will […]

Skip to toolbar