apparently 🙂
my cache needed to be cleared for me to see
thanks
Did you find the problem? I’m having the same issue
Never mind, I found it! 🙂
For those who want to know
if ($term->name == 'this_term_should_be_skipped')
{
continue;
}
else
{
// the code that is already in the foreach loop...
}