Skip to main content

Creating an All Reviews page in Vintage themes

Updated over a month ago

🚀 Boost trust and SEO with a dedicated Reviews Page, exclusive to the Awesome Plan. Start your 15-day free trial today!

A Reviews Page helps you build trust by displaying both product reviews and store reviews on a single, easy-to-browse page. It gives potential customers the confidence to buy by showing real experiences from past shoppers.

In this guide, we’ll show you how to create a Reviews Page in five simple steps in Shopify’s Vintage themes.


Step 1: Enable Judge.me app embed

  1. Go to Online Store > Themes > Customize.

  2. Go to App embeds and enable Judge.me.

  3. Click Save.


Step 2: Create a reviews template

  1. Go back to Online Store > Themes.

  2. Click (...) icon > Edit code.

  3. Click Add a new template.

  4. Select Page as the template and Liquid as the file type.

  5. Name your template judgeme_reviews.

  6. Click Done.


Step 3: Add the Judge.me code

  1. In the template you've just created, press Ctrl + A, then paste the following code

  2. Click Save.

<!-- Start of Judge.me code --> 
<div id='judgeme_all_reviews_page' class="page clearfix jdgm-all-reviews-page">
<div class="jdgm-all-reviews-page__wrapper">
<h1 class="jdgm-all-reviews-page__title">{{ page.title }}</h1>
<div class='jdgm-all-reviews-page__description'>{{ page.content }}</div>
<article class='jdgm-widget jdgm-all-reviews-widget'>
<style class='jdgm-temp-hiding-style'>.jdgm-all-reviews-widget{ display: none }</style>
{{ shop.metafields.judgeme.all_reviews_header }}
<div class='jdgm-all-reviews__body'>
{% assign prefix = 'all_reviews_' %}
{% for count in (0..65535) %}
{% assign metafield_key = prefix | append: count %}
{% assign current_metafield = shop.metafields.judgeme[metafield_key] %}
{% unless current_metafield %} {% break %} {% endunless %}
{{ current_metafield }}
{% endfor %}
</div>
</article>
</div>
</div>
<!-- End of Judge.me code -->


Step 4: Assign the template to your page

  1. From your Shopify admin, go to Online Store > Pages.

  2. Click Add page.

  3. Give the page a title (e.g., "Happy Customers").

  4. In the Theme template section on the right, select judgeme_reviews.

  5. Click Save.


Step 5: Customize your Reviews page

After creating your Judge.me All Reviews Page, you can enhance it by adding a custom description and improving its SEO directly in your Shopify admin.

To help shoppers find it easily, you can also add the page to your store’s navigation bar using the Shopify Navigation menu.


Get your free trial

📈 Create a fully customizable Reviews Page that builds trust, boosts SEO, and keeps shoppers coming back. Try the Awesome Plan free for 15 days.

Did this answer your question?