How to modify the main bbPress template
The info provided on the bbpress page below describes how to modify the main bbPress Template: Getting Started in Modifying the Main bbPress...
Read MorePosted by netpressionist | Apr 20, 2021 |
The info provided on the bbpress page below describes how to modify the main bbPress Template: Getting Started in Modifying the Main bbPress...
Read MorePosted by netpressionist | May 19, 2019 |
Adding the following code snippet to my child theme’s functions.php file worked for me function bbp_enable_visual_editor( $args = array() ) { $args[‘tinymce’] = true; return $args; } add_filter(...
Read MorePosted by netpressionist | Apr 29, 2019 |
The following page lists the shortcodes to display the bbPress forums:...
Read MorePosted by netpressionist | Apr 24, 2019 |
I increased the bbPress Topic Title max characters to 120 on one of my bbPress forums by adding the lines below to my child theme’s function.php add_filter...
Read More