简体   繁体   English

如何使用其他参数修改wordpress搜索功能

[英]How do I modify wordpress search function with additional parameters

My wordpress website currently has the a default function for search 我的wordpress网站目前具有默认搜索功能

Upon submit event the page url appears as http://domain.com/?s=KEYWORD but I want to show the results on this url http://domain.com/?s=keyword &para1=mypara 提交事件后,页面网址显示为http://domain.com/?s=KEYWORD,但我想在此网址上显示结果http://domain.com/?s=keyword&para1 = mypara

What Should i modify to the search form to get the result? 我应该对搜索表单进行哪些修改才能得到结果?

You can create a searchform.php template in your theme, then put everything you want. 您可以在主题中创建searchform.php模板,然后将所有内容放入。

See this: 看到这个:

https://codex.wordpress.org/Function_Reference/get_search_form https://codex.wordpress.org/Function_Reference/get_search_form

Tips: Looks at the default WordPress themes to see the sample. 提示:查看默认的WordPress主题以查看示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM