[Plugin: WooCommerce – eCommerce plugin for WordPress] Integrating WooCommerce with my custom theme
-
Hey everyone,
I’m trying to integrate WooCommerce with my own theme. I can’t figure out how to go about deregistering and registering the shop wrappers to work with my theme.
I’ve looked at this documentation pertaining to this on the WooCommerce site. I’m confused about what I need to change in the following to get it to work with my theme:
add_action(‘woocommerce_before_main_content’, create_function(”, ‘echo “<section id=\”main\”>”;’), 10);
add_action(‘woocommerce_after_main_content’, create_function(”, ‘echo “</section>”;’), 10);the site I’m working with is:
https://www.aftonstorageproducts.comThanks in advance!
- The topic ‘[Plugin: WooCommerce – eCommerce plugin for WordPress] Integrating WooCommerce with my custom theme’ is closed to new replies.