Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created June 21, 2021 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/4c8380f9ecf49de3bd8aa994a817ae22 to your computer and use it in GitHub Desktop.
Save alt-karate/4c8380f9ecf49de3bd8aa994a817ae22 to your computer and use it in GitHub Desktop.
//タクソノミーによって条件分岐させる場合
<?php if(is_tax("タクソノミー名")): ?>
//処理を記載
<?php endif; ?>
//タームによって条件分岐させる場合
<?php if(is_tax("タクソノミー名", "ターム名")): ?>
//処理を記載
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment