Support

Account

Home Forums General Issues Display Category only if it has Color Reply To: Display Category only if it has Color

  • To get a list of terms you would use get_terms(). get_terms() allows a meta_query, just like WP_Query(). You can use a meta_query to get terms where a field “EXIST” or is not empty (!= “”)