• I’ve added a custom taxonomy to my products called “Industry Categories” by using the code below:

    register_taxonomy( 'industry_category', 'product', $args );
    register_taxonomy_for_object_type( 'industry_category', 'product' );

    Is there a way to allow the new taxonomy to have image thumbnails on the categories like the default ‘product_cat’ built into WooCommerce?

    https://wordpress.org/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    Yes, you can add images or any kind of fields like you can do for any taxonomy in WordPress… So it’s not a secret. You can even use some plugins to help you achieve it.

Viewing 1 replies (of 1 total)
  • The topic ‘Category Thumbnails on Custom Product Taxonomies’ is closed to new replies.