Info
- 1 post
- 1 voice
- Started 6 months ago by zyzy4455
topic search question
-
- Posted 6 months ago #
Feel I'm going a little crazy with this...
the bb_has_topics function in bbp-topic-template has the following line:
// Topic Search
's' => !empty( $_REQUEST['ts'] ) ? $_REQUEST['ts'] : '',I've assumed this is available to to filter the results, say I wanted all topics with the word ball in them.
$topics_query = array('s' => $search_item);
if ( bbp_has_topics($topics_query)) : ?>I've used terms I know exist, but it returns saying it can't find anything every time.
-
You must log in to post.