'name', 'order' => 'ASC', 'hide_empty' => 1 )); foreach( $prod_categories as $prod_cat ) : if ( $prod_cat->parent != 0 ) continue; $cat_thumb_id = get_woocommerce_term_meta( $prod_cat->term_id, 'thumbnail_id', true ); $cat_thumb_url = wp_get_attachment_thumb_url( $cat_thumb_id ); $term_link = get_term_link( $prod_cat, 'product_cat' ); if (empty($cat_thumb_url)): $cat_thumb_url = get_template_directory_uri() . '/images/category-image.png'; endif; ?>