WordPress输出搜索关键词函数:the_search_query
WordPress模板函数the_search_query用于输出搜索关键词,通常用在搜索表单和搜索结果页中。…
WordPress模板函数the_search_query用于输出搜索关键词,通常用在搜索表单和搜索结果页中。
the_search_query()
该函数没有任何参数,直接调用即可。
函数使用示例
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div> <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form>
扩展阅读
the_search_query()函数位于:wp-includes/general-template.php
相关函数:
- get_search_query()
类别:WordPress函数讲解、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!