Khi bạn tạo theme cho woocommerce mà bị thông báo lỗi như này thì hãy thêm đoạn code sau vào theme nhé. như vậy sẽ chuyên nghiệp hơn cho theme của bạn ^^.
Your theme does not declare WooCommerce support – if you encounter layout issues please read our integration guide or choose a WooCommerce theme 
Thêm đoạn code sau vào file functions.php trong theme bạn đang dùng nhé:
1
2
3
4
| add_action( 'after_setup_theme' , 'woocommerce_support' ); function woocommerce_support() { add_theme_support( 'woocommerce' ); } |
Chúc các bạn thành công!
Không có nhận xét nào:
Write nhận xét