Query the REST API for a Tag by slug
I was looking at this before… Here is what I found (about 7 months old from today 3/21/2018.) The “correct” way to do this with the REST API is to get the IDs of each of those tags, then make the request using the ?tags= parameter: assuming “clicks” has ID 1, and “passes” has ID … Read more