Answer the question
In order to leave comments, you need to log in
Why is WooCommerce Product Short Description not showing in WordPress?
This is a product page. I have moved the short description below the product gallery with the code in function.php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
add_action( 'woocommerce_product_thumbnails', 'woocommerce_template_single_excerpt', 10 );
Answer the question
In order to leave comments, you need to log in
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_excerpt', 25 );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question