WordPress - 如何创建类别/标签/日期过滤器?

发布于 2024-11-06 10:37:54 字数 296 浏览 1 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

め可乐爱微笑 2024-11-13 10:37:54

也许您应该创建一个自定义帖子类型“工作”,其中类别、标签和日期作为分类法。然后,您可以使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文