This is my first foray into custom post types and taxonomies. I created a taxonomy-services.php page to display posts that are associated with the ‘websites’ slug. That seems to be working fine.
However, I want to be able to show other posts on services.php that are associated with another slug, like ‘video’.
These both fall under the Services taxonomy. I’m just not sure how to filter them on the services.php page.
Can someone please help me with this challenge. I’m both PHP/WordPress noob, and need to get a quick win on this one.
you can check on your taxonomy-services.php what is the current queried term filter based on that, something like this: