YITH Wishlist plugin displays the same product id for every product [closed]
I shouldn’t really be answering this, as third party plugins are off topic for this stack, but it’s a pretty simple fix. The reason it’s happening is as you surmised because you’re using it outside of the Loop. You could solve it by running setup_postdata($post_id) before you echo your products, but that doesn’t solve the … Read more