My goal is to style my blog pages to have 2 columns side by side - one for text content (handled by the existing rich text) and one for images.
In my (Debut) theme’s code I have been able to add the 2nd column and add a repeating image input field, but this applies the same images to all blog posts - I can’t add unique images for different blog posts/pages.
Is there a way I can add other fields to the Blog section of the site?
Many thanks in advance.
@MeltingDog - shopify uses shared templates, hence any change to any page is reflected on the all the pages… if you want it separate for each blog then I recommend to use page builder like pagefly
you can contact there support for more details
To solved this issue, you can add metafield on each blog post you want.
to add metafield, you need go to settings → customs data → Blog posts then add metafield here.
and then call it with code example
{{ article.metafields.namespace.key }}