Conditional based on number of specific custom taxonomy terms in archive.php
This should do the trick. <?php // start with an empty array $all_term = array(); if ( have_posts() ) { // loop through all posts, this could go outside of the main loop or be part of it, if placing outside the main loop be sure to reset the loop or namespace your queries while … Read more