Forum Discussion
Page Creation with Limited Menu Interface
- Sep 15, 2022
GaliGonen3555 The above URL will create a new site page in SharePoint default "Site Pages" library.
If you want to create a new page in another library, you have to use the URL in this format:
https://contoso.sharepoint.com/sites/SPConnect/_layouts/15/CreateSitePage.aspx?List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D}
Where List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D} is the GUID of a library. You can get it from library settings page.
If you want to create a page inside a specific folder in a library, use URL in format:
https://contoso.sharepoint.com/sites/SPConnect/_layouts/15/CreateSitePage.aspx?List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D}&RootFolder=/sites/SPConnect/SitePages/MyFolder
Where MyFolder is the folder inside "Site Pages" library.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
GaliGonen3555 Which page template are you trying to use? Any SharePoint default page template or other custom page template created by you or your organization?
Above URL will create a site page using SharePoint default Blank page template.
Please consider giving a Like if my post helped you in any way.
A custom page template.. not a default one