Click here to Skip to main content
15,890,845 members
Articles / Productivity Apps and Services / Sharepoint

How to Create a Page Layout in SharePoint?

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
13 Oct 2015CPOL2 min read 14.3K   1  
How to create a page layout in SharePoint?

What is a Page Layout?

A Page Layout in SharePoint allows you to create a template for a page that users apply to their content for a consistent layout of information. Page layouts help dictate the overall look and feel of a Web page.

User can create custom page layout in the following ways:

  • Using design manager new SharePoint 2013 feature
  • Using Visual Studio with the help of content type

Note: You can get a good reference of Microsoft SharePoint 2013 Quick Reference Guide here.

Create Page Layout Using Design Manager

In this SharePoint for dummies article, I will explain how user can create custom page layout with help of design manager for existing content type.

Let’s follow a step by step approach for implementation:

  1. Navigate to Site Settings -> Design Manager

    Site Settings in SharePoint 2013

  2. Next in Design Manager select “Edit Page Layouts” option and then “Create a page layout”.

    SharePoint Design Manager

  3. Enter page layout name and select existing content type.

    Page Layout in SharePoint 2013

  4. When the Layout is created, it gets available in “Edit Page Layouts” list and the “Master Page gallery” of the site. The Layout Page will be in Drafts mode until user publish it as a major version.

    Master Page Gallery

  5. For making Changes to the Custom Layout, you need to download the html file (see above – StudentCustompageLayout.html) of your layout page and make necessary changes to it. The modified html file is then saved back to the Master Page gallery where the corresponding .aspx file gets updated automatically.
  6. User can change as per requirement in .html file and updated and saved the Layout page, user needs to publish the Layout page as a major version to make it available in Layouts list.

    Publish a Major Version

  7. Finally, create a new Page with your Custom Layout.
  8. Navigate to Site Content in Site Settings and then open the “Pages” gallery.
  9. Click on “New Document” and provide relevant information and click on create button.

    Create Document

Finally, you have created page based on newly created page layout. It will be much easier for the reader to understand related concept and detailed implementation. You can really find more helpful material if interested to improve your skills by validating in Microsoft MCSD Certification Exams i.e. Microsoft SharePoint Applications development.

More Related from Microsoft SharePoint For Dummies

The post How to create a Page Layout in SharePoint? appeared first on SharePoint For Dummies.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Emaratech
United Arab Emirates United Arab Emirates
Imran Abdul Ghani has more than 10 years of experience in designing/developing enterprise level applications. He is Microsoft Certified Solution Developer for .NET(MCSD.NET) since 2005. You can reach his blogging at WCF Tutorials, Web Development, SharePoint for Dummies.

Comments and Discussions

 
-- There are no messages in this forum --