-
Notifications
You must be signed in to change notification settings - Fork 0
Posts
Jacob Rogaishio edited this page Apr 11, 2018
·
3 revisions
Posts contain all of your content for your pages. A page can have multiple posts.
- A page setup and configured.
- Login to SimpleCMS administrator by visiting the admin.php page via www.yourwebsite.com/admin.php
- On the left navigation, click "Page manager"
- Click on "Add a Page" to open the page management form
- Enter all necessary information (Check off the Is Homepage? box if this is your first page!)
- Click the "Create this page" button to create your page
- getId()
- getTitle()
- getTemplate()
- getTemplatePath()
- getSafeLink()
- getMetaData()
- getHasBoard()
- getIsHome()
- getConstr()
Please note that currently any information set will NOT save into the page. Any permanent page changes will need to be performed via the administrator page.
(Also note that you will need to supply a new page value via the parameters)
- setId($val)
- setTitle($val)
- setTemplate($val)
- setTemplatePath($val)
- setSafeLink($val)
- setMetaData($val)
- setHasBoard($val)
- setIsHome($val)
- setConstr($val)