Edjet LMS Server 6.3

Add a page title widget

A Title widget render page name as a title.

Depending on design of you website, the Title widget can be added to the:

  • Master page
  • Page layout – recommended way
  • To the page using custom layout

Display the title on the page using widget

The recommended way is to add a widget to the page layout:

  1. Click Learner portal in the main menu, then Page layouts.
  2. Find the page layout and click Edit.
  3. In Design section, click Edit next to the wpzPageTop zone.
  4. Click New row.
  5. Choose IncludeTemplate and click OK.
  6. Enter following code into the Properties:
    'tpl' => 'includes/title.tpl.php'
  7. Click Apply settings and close in the toolbar.
  8. Click Save in the toolbar.

Enter the page title

Now, go ahead and create new page using the page layout you've created and just enter the Title.

Other options to add a page title

Aside adding a title widget, there are other options how to add a title or heading to a page:

  • If you need more control over the HTML markup, you can use the HTML code widget instead to render the title. page
  • You can also enter the static title manually using the Visual Editor, assuming there is a content widget on the page.
Related