So I have 2 custom post types. One is a Location that has a hierarchical taxonomy called state. So basically one location page being Salt Lake City which belongs to the Utah state Taxonomy. The other custom post type one is State Service since we offer services in different states. So let’s say we do Criminal Law in Utah only. So I would have (within the State Service custom post type) a criminal law page that belongs to the state taxonomy called Utah. SO Criminal law page, and Salt lake city page both belong to the state taxonomy called Utah
So am working on taxonomy-state.php page, and I want to be able to do 2 loops, one for Locations, and the other one for State Service. How can I loop through the contents of the state taxonomy but making sure I do I looping for Locations and the other one for State Service?