Thêm woocommerce template trong theme wordpress

Chèn trong file funcition.php

function innocom_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘innocom_add_woocommerce_support’ );

Leave a Reply

Your email address will not be published. Required fields are marked *