Custom Theme
-
Hello,
I’m trying to create a custom WooCommerce theme. My problem is with the sorting dropdown on product archive template. The dropdown is not working but when switch to a default theme the dropdown is working properly.
I have duplicate the archive-product.php and insert it under the path “myTheme->woocommerce->archive-product.php”
What should I do? Is there a function that I must include inside the functions.php?
Note: I have already included the bellow part
// Woocommerce function mytheme_add_woocommerce_support() { add_theme_support( 'woocommerce' ); }
Thanks in advance ??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Theme’ is closed to new replies.