# 4. Page

Page is a primary feature using in OkCMS. The visitors will visit your pages to see the content.

URL: http://example.com/admin/pages (opens new window)

# Fields

Click to the button

You will be redirect to the creation form, explaination of each fields:

  • Name: name of your page
  • Content type: we have 2 options: Default and Partial
  • Content: the content of your page
  • Status: status of your page, if the status is Publish and then visitors can access to this page
  • Template: if you want to change the layout for your page, change this field
  • Featured image: The image will be shown on the page
  • SEO title: inform Google and other search engines about what the topic of your website is about
  • SEO description: inform Google and other search engines about what the topic of your website is about

# Content type

If your content type field is Default value. The Content field will be Text Editor.

Otherwise, it will be Code Editor.

# Partial

If you have a Partial and you want to use it in the page content. Use like this:

[partial name="my-partial-name"][/partial]
/** Or like this if you partial have the content */
[partial name="my-partial-name"]
    This is the content
[/partial]

The name attribute is name of your partial.

Read more about Partial