I have some experience of create wordpress templates...
I have a small woocommerce digital download shop and my client wants to remove the images from right across the site.
I have managed to remove the images on the single product page by adding this into my theme's function.php
How would I go about removing the images from the archive page? i guess its about finding the right hook but how?
Is there a place where I can find a list of the hooks/filters somewhere please?
Thanks
I have a small woocommerce digital download shop and my client wants to remove the images from right across the site.
I have managed to remove the images on the single product page by adding this into my theme's function.php
Code:
removeaction( 'woocommercebeforesingleproductsummary', 'woocommerceshowproductimages', 20 );
How would I go about removing the images from the archive page? i guess its about finding the right hook but how?
Is there a place where I can find a list of the hooks/filters somewhere please?
Thanks