Your account expired support, please renew to get your support.

HomePage Forums Themes Support Printec – Printing Company WooCommerce WordPress Theme Hi,I would like to know how to line feed text?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34391
    walterking
    Support Expired

    Website product page display effect

    On the edit page of the backend of the website, I have made line breaks

    On the edit page of the backend of the website, I have made line breaks,But it still doesn’t work in the product page, please help me how to fix it.

    #34416

    Please add this custom code to the file functions.php ( child-theme):

    function printec_display_technical_specs_product_tab_content() {
            global $product;
            echo '<div class="wrapper-technical_specs">' . wpautop($product->get_meta('_technical_specs')) . '</div>';
        }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.