在 WordPress 中搜索自定义分类法
想知道是否有任何插件/黑客可用于在 WordPress 中搜索自定义分类法?
任何想法的指导都会很棒。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
想知道是否有任何插件/黑客可用于在 WordPress 中搜索自定义分类法?
任何想法的指导都会很棒。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
这个怎么样?
How about this?
棘手的业务...这将帮助您开始,这会查询前五个标签(分类:post_tag)...
Tricky business... This will get you started, this queries the top five tags (taxonomy: post_tag)...
我最近开发了一个插件,它通过前端表单(带有下拉菜单和可选的文本输入)提供自定义分类过滤:
高级自定义帖子搜索
它运行自己的结果页面,并不直接与默认的 search.php 绑定,但它仍然非常灵活,允许您覆盖插件页面在你的主题中。
I've recently developed a plugin that provides custom taxonomy filtering through front-end forms (with dropdowns and an optional text input):
Advanced Custom Post Search
It runs off of its own results page and doesn't directly tie in with the default search.php, nevertheless its still very flexible and allows you to override the plugin pages in your theme.