WordPress - 如何创建类别/标签/日期过滤器?
我正在尝试在 WordPress 网站上创建“工作”页面。 每个工作都有一个类别(例如设计师)和一个位置标签(例如澳大利亚)。
目前,每个“工作”都是 WordPress 中的一个“帖子”。我真的希望为用户提供按类别、标签、日期或组合对职位进行排序的功能 2 或 3。
我尝试了很多插件都无济于事,并且想知道是否有人可以帮忙解释他们如何完成此操作,或者以任何其他方式帮助我。
亲切的问候, 格伦
I'm attempting to create a 'jobs' page on a wordpress website.
Each job has a Category (eg. Designer), and a tag for location (eg. Australia).
Currently each 'job' is a 'post' in wordpress. I'm really hoping to provide the ability for users to sort the jobs either by category, tag, date, or a combination of 2 or 3.
I've tried a bunch of plugins to no avail, and was wondering if someone could please lend a hand to explain how they may have accomplished this, or help me out in any other way.
Kind regards,
Glen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您应该创建一个自定义帖子类型“工作”,其中类别、标签和日期作为分类法。然后,您可以使用 WP_Query 显示职位列表并对其进行排序。本教程应该足以帮助您入门:http: //new2wp.com/pro/wordpress-custom-post-types-and-taxonomies-done-right/
Perhaps you should create a custom post type of 'job' with category, tag and date as taxonomies. You can then use WP_Query to display -and sort- job listings. This tutorial should be enough to get you started: http://new2wp.com/pro/wordpress-custom-post-types-and-taxonomies-done-right/