Skip to content

Instantly share code, notes, and snippets.

<?php if (has_term (‘gardening’, ‘topics’)) : ?>
<p>This is the text to describe gardening</p>
<?php elseif (has_term(‘cooking,’ topics')) : ?>
<p>This is the text to describe cooking</p>
<?php else : ?>
<p>This is some generic text to describe all other taxonomy term pages, I could be left blank</p>
<?php endif; ?>