Get product image url in woocommerce shop page loop
-
I am editing the content-product.php (product loop) and i am trying to get the image url to use it in background-image css property.
My code looks like this:
<div class="loop-product-image" style="background-image: url('<?php How do i call the image url here ?>'); "> test </div>
Can anybody help?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get product image url in woocommerce shop page loop’ is closed to new replies.