This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Stan Russell
Hi Guys
Is it possible to add the Woocommerce short description below the title on the Related Products area and the new Products area?
I think the code is…
“<?php echo apply_filters( ‘woocommerce_short_description’, $post->post_excerpt ) ?>
but I don’t know where to add it.
Hello beckers,
please add following css code to your Custom CSS:
.slide-item .product .product-excerpt {
display: block;
}
Regards,
Stan Russell.
Tagged: description, new products, related products, seo friendly, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up