Creating custom page template without duplicated content

Hi there, I’m currently trying to create some custom pages for my website but my knowledge of html is very minimal. Right now, my main issue I’m having is that I want to make a page with several “image with text” sections however the content ends up being the same across all sections (so the same picture and caption duplicated for every image with text section across multiple templates). Ideally what I am trying to create is a page where I can show off a series of images with captions (it’s our customer spotlight where we show off things customers have done with our products)

I’ve been following a tutorial and have come up with this very basic code:

{% section 'rich-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'image-with-text' %}
{% section 'email-signup-banner' %}

What do I need to do to fix this issue? This is kind of a “explain it to me like im 5” scenario

Hi @mwilliamsUMWV ,

The best option you have is to create a template page. You can follow the video tutorial on how to create a template but instead of product, you are going to create a page template instead.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code

  2. In the Template folder and open the page.liquid or page.json

  3. Copy the code inside and create another page template.

  4. Click Add a new template, choose page, depending on what type do you have in your theme**,** choose either json or liquid. Then assign the name of the template.

NOTE: You have to have your theme publish before you can see the option to change your page template

Sorry this still isn’t working, I feel like I’m even more confused now

@mwilliamsUMWV ,

Sorry about that. You can follow the instructions provided by Shopify here

Okay I think I’ve got it, this video tutorial seems to have made the most sense