Forums
(@bhawnatech)
8 years, 5 months ago
hey you have to add the code in your header where you want the icon to appear in header.php file .
<?php $wishlist_count = YITH_WCWL()->count_products(); ?> <span class=”your-counter-selector“><?php echo $wishlist_count; ?></span>
your-counter-selector