Tutorial: A very basic website - Create a new page template

We need your assistance to make the documentation accurate, user friendly and understandable. Therefore we welcome any tips or suggestions regarding documentation. Thank you in advance for your contribution.

However, we will not respond to technical support questions submitted using this form. If you are having difficulty with CMSMS and cannot find the solution on this website, please submit your question appropriately on our support forum at: http://forum.cmsmadesimple.org. Please remember to follow the forum rules when posting.

CMS Made Simple™ Partner



Tutorial: A very basic website - Create a new page template

Every content page needs to be connected to a page template.
The page templates defines how a page will look for the visitor so it will be most html.

For the dynamic parts of the template CMS Made Simple uses the php template engine Smarty.

Steps

Open Design Manager (LayoutDesign Manager). On the Templates tab click the Create a new Template link.

In the Template Type field choose: Core::Page.
In the Name field type: Basic demo - 1.
The code in the Template Content field should be replaced by:

<!doctype html>
<html>
<head>
  <title>Basic demo</title>
</head>
<body>
  {content}
</body>
</html>

On the Designs tab make sure the Basic demo design is selected.
On the Advanced tab → Default select Yes.

Visuals

More info

Next

Next page: Tutorial: A very basic website - Create your first page

Tutorial contents