Template Pages

Change the design of your Content Pages

Purpose: This template is used for displaying Menu Link and Extra Page content pages. (See Settings ->Design ->Site Content).

Note: It is important to preserve the commented tags to ensure the software performs correctly.

For example:

    <!--START: BODY_HEADER-->
        [PAGE_FULLLINE]
        [htmlpage]
    <!--END: BODY_HEADER-->
    <!--START: SUB_PAGES-->
      <!--START: SUB_PAGES_FORMAT-->
        [id]
        [extra]
        [sub_pages_title]
      <!--END: SUB_PAGES_FORMAT-->
    <!--END: SUB_PAGES-->
        [content]

Note: Code blocks and their respective variables will only work with specific template pages.

Note: The actual Content of the extra pages pages can be populated from Settings ->Design ->Site Content.

  • [PAGE_FULLLINE] - Inserts the Page's resepctive Breadcrumb
  • [htmlpage] - Inserts the Name of the Extra Page or Menu Link. (See Settings ->Design ->Site Content)
  • [id] - If the Site Content Page contains sub-pages, this variable will be used by the Software to reference the Database ID of the sub-page link(s).
  • [extra] - If the Site Content Page contains sub-pages, this variable will be used by the Software to reference the sub-page link(s).
  • [sub_pages_title] - If the Site Content Page contains sub-pages, this variable will be used by the Software to display the Name of the sub-page link(s).

Download this Template     (Save as a backup or edit to customize)

Screenshot of the extrapage.html Template