Viewing 1 replies (of 1 total)
  • Plugin Author WPBean

    (@wpbean)

    Hi,

    Go to this plugin directory > inc > wpb_wl_hooks.php.

    open this file with any code editor. On line number 61, you will see we call woocommerce_template_single_excerpt() function for showing the short description of the product.

    You just take this function out and call get_the_content() function like below.

    <?php echo wpautop( get_the_content( $post->ID ) );?>

Viewing 1 replies (of 1 total)

The topic ‘long description’ is closed to new replies.