Subtitle in Woocommerce don′t show 6 more…
-
Hi Helga,
i use your KIA Subtitle Plugin here: https://domainedesferaud.storetown-hosting.de/produkt/roberta-2016/So i want to show a subtitle (a picture) in my Woocommerce Shop (Version 3.x).
I create a snippet:
function kia_add_subtitle_link_to_woocommerce(){
if( function_exists( ‘the_subtitle’ ) ){$link = the_subtitle( ‘<h2 class=”subtitle”>‘, ‘</h2>’, false );
printf( $link, get_permalink(), sprintf( __( ‘Permalink to %s’, ‘your-text-domain’ ), get_the_title() ) );
}
}add_action( ‘add_action( ‘woocommerce_single_product_summary’, ‘kia_add_subtitle_link_to_woocommerce’ );’, ‘kia_add_subtitle_link_to_woocommerce’ );
The subtitle is showing in the backend but not in the frontend.
And is it possible to show the subtitles in the shop-view with an image (HTML-Code):
https://domainedesferaud.storetown-hosting.de/weinshop/Thank you very much,
Jan
- The topic ‘Subtitle in Woocommerce don′t show 6 more…’ is closed to new replies.