• Resolved mithz

    (@midhz)


    How to list products of a specific vendor in custom loop?
    I will get the vendor id from the listing page as get_the_author_meta(‘ID’);
    Then I need to list out the products of that specific vendor in that page. Is there any way to list products by vendor in custom product loop?

Viewing 1 replies (of 1 total)
  • Hello,

    vendor_id is the underlying post_author of the post for the product. So you would need to filter the posts based on this.

    cheers,

    Jamie.

Viewing 1 replies (of 1 total)
  • The topic ‘How to list products of a specific vendor in custom loop?’ is closed to new replies.