Short description under navigation
-
Hi,
I would like to put short description under the navigation bar.
I put this code on function.php of my childtheme :add_action(‘woocommerce_product_thumbnails’, ‘custom_single_product_short_description’, 10);
function custom_single_product_short_description()
{
the_content();
}but nothing appears. If I desactive your plugin I can see the description under the thumbnail.
Can you tell me how can I do it ?
Regards
Marine
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Short description under navigation’ is closed to new replies.