I have a Custom Post Type, Episodes, and the Archive slug is /episodes
. I have custom taxonomy on the post type: Authors, Books, and Genres, which have slugs /book-author
, /book
, /book-genre
.
They all use the same Archive Layout. I have three headlines on that layout. The first is “Episodes”. Underneath that one is a second heading Featuring "{{dc:query:search_query}}"
, and has Conditions Search is being viewed
. The third and final headline is Featuring "{{dc:term:name}}"
, and I am trying to set a condition that says, when one of the three slugs for the taxonomy is used (/book-author
, /book
, /book-genre
), display this headline, hide for /episodes
.
The search condition is working as expected and great. It is the taxonomy one I am stumped on. The conditions in the screen shot make the most sense to my vernacular, but they do not work. I have tried countless others with no success.

What am I missing? Thanks!