Add content pages
You can customize the content of your platform.
To do this:
- add pages
- enter the URL of the pages on the interfaces of your platform
Add pages
To add a new page:
- Go to the Configuration section -> Editable pages -> add a new page.
- Enter the URL of the new page in the format: "url_page"
- Choose the language then click on Create.
Be careful not to use an already existing URL at the risk of confusing 2 pages and generating an error.
PICTURE
Fill in the following fields:
- Name of the page (required),
- Title of the page
- Page descriptions (metadata)
- Keywords
Edit your content in HTML or plain format and save.
Fill in the following fields
- Name of the page (required),
- Title of the page,
- Page descriptions (metadata),
- Keywords.
Edit your content in HTML or plain format and save.
Below is a sample code to embed content on a new page.
<div class = "container"> <div class = "row"> <div class = "col-md-12"> content here </div></div> </div>