// Function to display product category before product image
function display_product_category_before_image() {
global $product;
// Get product categories
$categories = wc_get_product_category_list( $product->get_id(), ', ', '
' . _n( 'Category:', 'Categories:', count( $product->get_category_ids() ), 'woocommerce' ) . ' ', '' );
// Add class to category links
$categories = str_replace('
0 Comments