Skip to content

Instantly share code, notes, and snippets.

@mikemcalister
Created October 24, 2016 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemcalister/19d2a9827d234f5abc8c70b9b3d4abb5 to your computer and use it in GitHub Desktop.
Save mikemcalister/19d2a9827d234f5abc8c70b9b3d4abb5 to your computer and use it in GitHub Desktop.
<div class="container">
<h3>Featured Products</h3>
[featured_products per_page="4"]
</div>
<div class="container">
<h3>Newest Products</h3>
[recent_products per_page="4"]
</div>
<div class="container">
<h3>Sale Products</h3>
[sale_products per_page="4"]
</div>
<div class="container">
<h3>Best Sellers</h3>
[best_selling_products per_page="4"]
</div>
<div class="container">
<h3>What our customers are saying.</h3>
[testimonials]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment