bbPress in wordpress search results
-
Hi!
How to make the bbpress content show in wordpress search? I create a custom search:<div class="col-md-8 col-md-offset-4 searchform-top" id="searchform-top"> <form class="input-group" role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input class="form-control input-block" id="appendedInputButton" type="text" placeholder="Buscar no site" name="s" id="s"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit" id="searchsubmit">Buscar</button> </span> </form> </div>
But bbpress results not appear when i search it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.