bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Searching your forum...

(4 posts)
  • Started 8 months ago by gavinb123
  • Latest reply from chrishajer
  • This topic is not resolved

Tags:

  1. gavinb123
    Member

    I see a search on the top of this forum. How do I get this in my install of bbpress, is there a plug-in that I should install?

    thanks.

    Posted 8 months ago #
  2. No plugin, just add this code wherever you want the search to appear (probably header.php):

    <?php search_form( $q ); ?>

    I agree, this should be better documented. Or maybe it is documented and I just never read the docs.

    Posted 8 months ago #
  3. I've never figured out why the default theme doesn't have a link to the search page. It's some kind of weird oversight or maybe the designer was anti-search, pro-tags.

    Posted 8 months ago #
  4. Seems pretty silly to me too. They could at least put that code in the template and comment it out if they don't want it to appear, like you see in WordPress themes sometimes.

    Posted 8 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.