Hi,
We are developing a store where most of the pages have a unique design, but we also have some pages that are identical, except for the content, hero image and some other parts.
Our current solution to make this work is to create unique templates which we assign to a single page. The content of that page is then left empty, and the actual content comes from the template instead. I’m not sure if we are using the correct approach here, since the templates are not really templates anymore.
We are basing our theme on the Label theme, and I tried to figure out how they have done with the artist page for example (see here). That seems to be just a single template for all the artists even if the featured product and hero image varies, but I haven’t figured it out yet. If anyone does, I will be grateful.
I could create a metafield to connect a dynamic source, but then that metafield will appear on every page in the admin panel. That might be confusing for the person editing the page (and for us). If there is a way to limit metafields to specific pages in the admin panel, this could be an option. Is something like that possible?