The following snippet will move the WooCommerce product title above the featured image on the WooCommerce category pages. This snippet has been tested with the latest version of WooCommerce and numerous WordPress builds using the Divi Builder. Add the following code to your functions.php file and be sure to clear your cache to see the updated change. add_action('woocommerce_after_shop_loop_item_title', … [Read more...] about Change Title Position To Above Product Image WooCommerce
WooCommerce Snippets
Add Custom Button On Product Category Pages WooCommerce
The following snippet will add a second custom button called "Learn More" on the product category pages of WooCommerce. This works great when utilizing external/affiliate products with WooCommerce. This function has been tested with the latest version of WooCommerce and the Divi Builder. Use this custom function hooked in woocommerce_after_shop_loop_item action hook, to add your custom button linked to the product, except variable and grouped … [Read more...] about Add Custom Button On Product Category Pages WooCommerce