Single Product Page categroy list without link
-
I am trying to include product categories to the short description of a product.
This piece of code lists categories.<?php echo wc_get_product_category_list( $product->get_id(), '<br> ', '<p>' . ' ', '</p>' ); ?>
but I would very much like the list just to be a simple text without the link.How do I do that?
(sorry the web shop is in Danish.)
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Single Product Page categroy list without link’ is closed to new replies.