What is the earliest hook you can piggyback on to check terms/taxonomy for a collection view?
You will find the Codex Action Reference handy – while it doesn’t list everything, it gives a good overview of action order which can help locate the correct action if the one you’re using runs too late. In your case, wp does indeed run after the query is run, but looking at that list it … Read more