Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: How to install new template

$
0
0

And how do I remove Topic:

I’ve not tested but believe this will do it

function my_generate_titles( $new_title ){
        // reset the format to title only
	$new_title['format'] = '%s';
	return $new_title;

}
add_filter( 'bbp_before_title_parse_args', 'my_generate_titles' );

come back and let us know if it does or doesn’t


Viewing all articles
Browse latest Browse all 3638

Trending Articles