Replies: 0
I have a custom post type called “Projects” that uses a custom taxonomy called “Project Type.” Within “Project Types” are the following terms: artist residency, exhibition, other.
I also added a number custom field (using ACF) to “Projects” called “project year”.
On my archives-projects.php template, I’d like to add filtering so the user can search through Projects by project year and/or by project type.
I’d like project year to have its own dropdown, and project type to have its own dropdown.
Is this possible? I’ve done a ton of Googling, but can’t seem to wrap my head around how to achieve this.