List posts of terms but exclude one term
I’m not sure how you set up looks, but it does seem that you have a lot of taxonomies registered to your post type, so I don’t think it will be very viable to use the the exclude parameter in get_terms() to exclude the specific term. What I would suggest is, inside your foreach loop … Read more