Shop Custom
Mon Sep 25 2023 21:56:58 GMT+0000 (Coordinated Universal Time)
Saved by
@hamzakhan123
<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>
content_copyCOPY
Comments