我正在构建Wordpress插件。我希望模仿WP的默认搜索功能,但采用“实时搜索”的形式。
我有JS设置来获取查询字符串(即/?s=search-term
) &;我通过AJAX将其传递给我的函数。但现在我必须处理查询以获得帖子列表&;第页。但我已经读到,仅仅使用query_post
从WP documentation.
所以我的问题是,what is the correct approach to yield the same search results as if the default search form was submitted?
请有人能提供一个代码片段或一个链接到一篇详细的文章,澄清这一点为我。
感谢(&A);请原谅我的诞生!