Tutorial: A very basic website - Add a second content block

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 - Add a second content block

Often your template needs more content blocks. For example if you have a two column layout. You can then offer an editor two separate text fields; one for each column.

Steps

Open Design Manager (LayoutDesign Manager). On the Templates tab click the Basic demo - 1 template.

Replace the code in the Template Content field:

<!doctype html>
<html>
<head>
  <title>Basic demo</title>
</head>
<body>
  {content}
  <hr>
  {content block='content2' label='Second content block'}
</body>
</html>

Submit the template

Open Content Manager (ContentContent Manager). Edit the content page Page 1. Note that a second content block is available now.
Type some text is this new content block: Content for second block. Then Submit the page and refresh the home page (front end).

You should now see that the content of the second content block is added. It's separated by the horizontal like that was added to the page template too (<hr>)

Visuals

More info

Next

Next page: Tutorial: A very basic website - Add an image content block

Tutorial contents