Latest blog posts

header ads

i want to show product category before product image using php in function.php

// 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('

Post a Comment

0 Comments