Get all active posts that are tied to a custom taxonomy for a custom post type
I need to display all the categories I created for a custom post type then inside of each category I need to loop all the posts that are tied to that category. I tried constructing my WP_Query a number of different ways and I can’t get it to work at all. Here’s the code I … Read more