CMS
Jul 10, 2025
How to Duplicate a CMS Page and Connect to a Different CMS
Learn step-by-step how to duplicate a CMS page and link it to a different CMS collection. Discover tips for reusing layouts for diverse content by changing the URL path and removing existing field elements.

Uploaded by

Translated by
Contents
Table of Contents
This document aims to help domestic users who are learning Framer by addressing the difficulties caused by the lack of Korean resources. We have translated content from the official blog into Korean and added practical information. We hope this will be of some assistance to Framer users.
Step 1: Duplicate a CMS Page
Click the three-dot icon
···
next to the CMS page nameSelect the
Duplicate
option

A copy of the page will be created within the same CMS collection.
Step 2: Change the Name of the Duplicated Page
The duplicated page is initially placed within the same collection structure. You must change the page name to move it outside of the collection to connect it to another CMS.
Example: Change /articles/:slug/copy
to /authors/:slug

Step 3: Change CMS Collection Connection
Click the CMS collection name in the breadcrumb (navigation bar) at the top of the page
Select
Swap Collection
Choose the desired CMS collection to connect to the page

Step 4: Delete Unnecessary Elements
The new CMS collection may have a different field structure from the existing page.
If there are elements from the previous CMS that do not exist in the new collection, those elements must be deleted.
Once this process is complete, you can reuse the same layout structure with various CMS content.

After duplicating the existing Articles Pages
page, changing the URL path, and completing the connection to the new CMS authors
collection
All items with “Pages” attached next to the collection name are CMS Detail Pages.
This structure allows you to apply the same layout to various CMS content.
After duplication, you must change the path (
/url/:slug
) and collection connection to use it without conflicts.
This article is a translated and adapted version of Framer's official blog content ‘How to Duplicate a CMS Page and Connect It to a Different CMS’.