wordpress 按日期对搜索结果排序
是否有任何特殊参数可以传递给搜索网址以按日期排序。 是否有任何参数可以增加返回的搜索结果数量?
谢谢
Is there any special parameter that i can pass to search url to sort it by date .
And is there any parameter to increase the number of search results returned ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
WordPress 搜索已按日期排序,最新的排在最前面。如果这不是您想要的,那么如果不使用插件和/或编辑源代码,您就运气不好了。所以不,(在这里猜测)您不能将 URL 参数传递给第 3 方 WordPress 网站上的搜索来更改您返回的信息。
这句话来自 Joost de Valk,一位领先的 WordPress 专家,来自他的网站 yoast.com
那篇文章主要是关于如何改进自己网站的搜索功能。
WordPress search is already sorted by date, most recent first. If that's not what you're looking for, you're out of luck without using plugins and/or editing source code. So no, (taking a guess here) you can't pass URL parameters to a search on a 3rd party WordPress site to change the info you get back.
This quote from Joost de Valk, one of the leading WordPress gurus out there, from his site yoast.com
That article is mainly on how to improve the search functionality of your own site.
我对 Search Unleashed 插件做了一些修改,这是我最好的一个已经找到并且非常可定制
I've made some modifications on the Search Unleashed plugin, it's the best one I've found and is pretty customizable
我相信这个插件将允许您按日期排序: http://wordpress.org/extend/plugins /search/
希望有帮助!
I believe this plugin will allow you to sort by date: http://wordpress.org/extend/plugins/search/
Hope it helps!