Introducing Dynamic Pages

1 min read
A dynamic page is a page layout that is used many times, each time displaying different content from your database collection.
Instead of manually creating a page for each item in your collection, you can design the layout for a single page, connect the elements to a collection, and the page can then display items or groups of items from your collection. 
From here, you can select one of the following options: 
  • Dynamic item page: A page designed to display one item at a time from your collection. 
  • Dynamic list page: A page designed to display multiple items in your collection that all match some criteria. These items would be displayed in a repeater, gallery, or table.

Did this help?

|