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

Reply To: Search only topics not forum / replies

$
0
0

yes put this in your functions file – untested but should work

add_filter ('bbp_before_get_search_terms_parse_args', 'pluus_amend_search') ;

function pluus_amend_search ($args) {
	$args['post_type'] =  bbp_get_topic_post_type() ;
return $args ;
}

Viewing all articles
Browse latest Browse all 3638

Trending Articles