Home › Forums › WoodMart support forum › Change tags it titles › Reply To: Change tags it titles
May 7, 2024 at 10:50 am
#563762
rtvvideo
Participant
can I change this through a PHP snippet?
so how did I do in products?
if ( ! function_exists( ‘woocommerce_template_loop_product_title’ ) ) {
function woocommerce_template_loop_product_title() {
echo ‘<span class=”wd-entities-title”>‘ . get_the_title() . ‘</span>’;
}
}