1. Home
  2. Docs
  3. MINU
  4. Homepage & Pages
  5. Display Products from Categories

Display Products from Categories

The Minu theme allows you to display products from a category using GraphQL. You just need to use the PAGE BUILDER HTML tag with code

data-category-url=”/wine/” – Category URL

data-category-limit=’4′ – Number of Products per Category


<div class="container">
    <div class="home-category-section"  data-category-url="/wine/" data-category-limit='8'></div>
</div>
<div class="container bigger">
    <div class="home-category-section" data-category-url="/shop/cards/" data-category-limit='4'></div>
</div>