WordPress 101 主题开发教程: 12 – 创建自定义搜索表单管理搜索结果页

WordPress 101 – Part 12: Create a custom search form and manage the search results page

视频学习参考:https://www.youtube.com/watch?v=8Hn3k6Zsp9g&list=PLriKzYyLb28nUFbe0Y9d-19uVkOnhYxFE&index=12

通过下面的函数

get_search_form();
//参数可以传 html5

可以调用内置搜索表单或搜索表单的模板文件searchform.php

搜索结果通过 index.php 或者 search.php (如果存在) 展示

返回结果还可以组织 content-search.php组件页面来展示搜索结果!

See ya!