Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function theme_slug_add_category_above_title() {
- global $product;
- ?> <h5 class="cat-tour"> <?php
- echo wc_get_product_category_list( $product->get_id() );
- ?> </h5> <?php
- }
- add_action( 'woocommerce_shop_loop_item_title', 'theme_slug_add_category_above_title', 9 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement