how can I add article in collection pages

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.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

How can we add whole articles to the collections page? is there any code that can help? my theme is from ThemeForest and the theme name is Alita2-r10

Hello @Shamuns-flowers ,

Within the custom liquid block use

{{ pages.page-handle.content }}

e.g.
let’s say my page uRL is demo.com/pages/my-page
then here my page handle is my-page
and my code will be

{{ pages.my-page.content }}

Thanks

Hi @Shamuns-flowers

It need custom code, but you can add articel for your collections by adding ‘Custom Data’