Conditionally display something when the current post has a certain taxonomy term applied
Request
Request
These If tag subjects support date conditionals.
The Exit tag exits from the current template post or file, ignoring the rest of the content.
The If tag evaluates whether a condition is true or false. When the condition is true, its inner content is run or displayed.
The Logic tag can build conditional rules for use by the If, Control, and Loop tags.
For building up a complex condition, use Set and Get.
Request
Request
Request
The Switch and When tags are shortcuts for combining multiple If conditions.