编辑类别WordPress的搜索框

时间:2018-06-29 19:29:35

标签: javascript php html wordpress

我需要在搜索帖子和WordPress类别中编辑搜索框。 在搜索引擎中查找时,我希望如果我编写一个显示类别,结果是与该类别相关的帖子以及该类别的所有帖子,我的意思是,所有与搜索到的单词相关的内容。

<form method="post" id='search-form' action="<?php echo site_url(); ?>">
<input type="text" id='search-text' placeholder='Buscar' autocomplete='off' value="" name="s" />
<button id='search-button' type='submit' value=""><svg aria-hidden="true" id="icon-search-button" height="28" viewbox="0 0 26 28" width="26" xmlns="http://www.w3.org/2000/svg"><path d="M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z"></path></svg>
</button>
</form>

这是我目前唯一的一件事...

0 个答案:

没有答案