Support

Account

Home Forums General Issues Woocommerce Brands – Taxonomy & Checkbox Reply To: Woocommerce Brands – Taxonomy & Checkbox

  • Hi @James

    Thanks for your reply! In the example linked to, the first line has:

    $location_term = get_term( 'london', 'location' ); // Get term object for your chosen location

    I’m being thrown by that, as I’m not looking specifically for a match of ‘london’ or that level, just the fact that my Featured checkbox is checked. Does that mean the first line of mine should be?

    $brand_term = get_term( 'featured', 'featured' ); // Get term object for your chosen brand_term

    Or am I looking for a different match?