Answer the question
In order to leave comments, you need to log in
How to display the full description of the product on wordpress?
Hello. I want to display their full description in the goods in the online store built on wordpress + woocommerce. By default, the output is truncated in the theme.
$post_content = !empty($product->post->post_excerpt) ? $product->post->post_excerpt : '';
$post_content = apply_filters('the_excerpt', $post_content);
$post_content = str_replace(']]>', ']]>', $post_content);
Answer the question
In order to leave comments, you need to log in
it should have been output like this:echo $product->post->post_content;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question