Home › Forums › Support › After Header hook problem This topic has 4 replies, 2 voices, and was last updated 7 years ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 15, 2016 at 6:47 am #226610 marcel Hey tom ! I try this and no work.. <?php if ( is_tax(“Sauna”) ) : ?> Sauna <?php endif; ?> <?php if ( is_tax(“Spa”) ) : ?> Spa <?php endif; ?> No detect de tax.. , in sauna category page show : Sauna Spa in piscina category page show : Sauna Spa Some content.. Thanks September 15, 2016 at 9:24 am #226665 TomLead Developer Lead Developer If both are displaying, it means that the conditional returns true for both pages. Another possible reason is you don’t have “Execute PHP” checked. September 15, 2016 at 9:31 am #226671 marcel THANKS TOM. But Execute PHP” checked in both.. September 15, 2016 at 9:33 am #226673 marcel When is checked display nothing If not checked display : Sauna Spa September 15, 2016 at 10:43 am #226693 TomLead Developer Lead Developer If nothing is displaying when Execute PHP is checked, it means the conditional is returning false. You’ll need to make sure you’re using it correctly and calling the right name: https://codex.wordpress.org/Function_Reference/is_tax Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In