I do not know whether you can help me or not but I need your help.
I have tried a lot of things to list products by their author on my web-site, however, I failed.
I want it so that when people click on author’s profile, they can see the author’s products.
If anyone knows to write this code, please help me.
Thanks in advance.
Products in WooCommerce are simply posts with a custom post type. As long as you assign the author capability (example taken from here):
Then it’s trivial to list posts by an author, using code like this: