Show subtitle at shop home
-
Hi,
I added a subtitle to each product that is perfectly shown in a single product details, but not is visible at general shop products. I add this code at functions.php:
function kia_add_subtitle_to_woocommerce(){ if( function_exists( 'the_subtitle' ) ) the_subtitle( '<h2 class="subtitle">', '</h2>' ); } add_action( 'woocommerce_single_product_summary', 'kia_add_subtitle_to_woocommerce', 7 ); add_action ('woocommerce_shop_loop_item_title', 'kia_add_subtitle_link_to_woocommerce');
What am I doing wrong? Thanks in advance!
David
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show subtitle at shop home’ is closed to new replies.