It need custom code, but you can add articel for your collections by adding ‘Custom Data’
Topic summary
A user asks how to add complete articles to collection pages using a ThemeForest theme called Atelier.
Solutions provided:
-
Custom Liquid block approach: Insert
{{ pages.page-handle.content }}in a custom liquid block, replacing ‘page-handle’ with the actual page handle (e.g., if the URL is demo.com/pages/my-page, use{{ pages.my-page.content }}). -
Custom code with metafields: Add articles to collections using custom code that leverages ‘Custom Data’ (metafields), though implementation details weren’t fully elaborated.
Both solutions require some technical customization beyond standard theme settings. The discussion remains open with no confirmation of which approach the original poster will pursue.
