I’ve created a looper row with columns containing programs for a school. The programs are a CPT UI Post Type I created is called Programs. I’d like to filter these programs by their associated CPT UI Custom Taxonomy terms. The custom taxonomies I have are Program Grades and Program Locations.
I’ve created a dropdown for the Program Grades dynamically populating with all terms available.
What I’m trying to do is have it so that if you click any one of the filter terms, it will filter the posts below by the Program Grade term. So far I’ve got this in my URL field for each term button ?orderby=title&order=asc
.
What do I need to add to the URL field in order to filter by the associated tag?