Ben yüklemek benim wordpress çok purdy tarz arama kutusu var, ve süreklilik arayan benim bbPress forum için aynı istiyorum - şu anda ben başarısız oluyorum.
WP için var:
<div id="search">
<form action="<?php bloginfo('home') ?>" method="get">
<div class="hiddenFields"></div>
<p><input name="s" id="s" maxlength="100" size="18" /><input class="submit" id="submit-button" type="submit" value="submit" /></p></form>
</div>
BbPress için formu 'yöntemi => "get"' çıkartılmamış alır ve-elbette başka bir ifade gerekir. bbPress genellikle kullanmak gibi görünüyor:
<div class="search"><?php search_form(); ?></div>
This wrecks everything - I get no styling attributes at all other than position... I can make it look fine (and consistent) with by removing the - but then it's obviously just a dummy with no search - any ideas to fix the latter? Thanks
<div id="search">
<div class="hiddenFields"></div>
<p><input name="s" id="s" maxlength="100" size="18" /><input class="submit" id="submit-button" type="submit" value="submit" /></p>
</div>