<div class="custom-shop"> <div class="row"> <div class="col-md-12 col-md-12"> <div class="cart"> <?php echo do_shortcode( '[yith_wcwl_add_to_wishlist]' ); ?> <a href="<?php echo get_site_url(); ?>/cart/?add-to-cart=<?php echo $product->get_ID(); ?>"><img src="<?php echo get_template_directory_uri() ?>/images/product-basket.png" alt=""></a> </div> <div class="image"> <a href="<?php the_permalink(); ?>"> <img src="<?php the_post_thumbnail_url('full'); ?>"> </a> </div> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> </div> </div> </div>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter