display product attribute and taxonomy in woocommerce product page
问题 I want to display the Brand attribute from the Additional Info on the product page. Is there a way to create a shortcode because i have a specific location to display it or even in php. This is for woocommerce 3.6.5 Thank you in advance 回答1: You can add the follows code snippet in your active theme's functions.php to do the above - // to display product additional info in product page add_action( 'woocommerce_single_product_summary', 'show_additional_info_product_summary', 45 ); // To diplay