Hopefully someone can help with this issue. I have created a page template and added sections in the coding since Shopify doesn’t allow you to add section any other way (as far as I know). This has created an issue as when I change an image in the section on the home page it also changes the image on the other page. Is there as way to separate the sections so that they don’t affect one another?
I know that I’ve worded it in a complicated way but I don’t have a lot of understanding on coding and the terminology. The code I’ve used is below:
# {{ page.title }}
{{ page.content }}
{% section 'rich-text' %}
{% section 'feature-columns' %}
{% section 'collection' %}
{% section 'slideshow' %}
Thank you to anyone who can help!