Chèn trong file funcition.php
function innocom_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘innocom_add_woocommerce_support’ );
Chèn trong file funcition.php
function innocom_add_woocommerce_support() {
add_theme_support( ‘woocommerce’ );
}
add_action( ‘after_setup_theme’, ‘innocom_add_woocommerce_support’ );