How To Create Pages

Your web site consists of a number of pages. A page has a title, a navigation label, a view name and a type. Depending on the type, a number of additional parameters may be specified.

  • The title is displayed on the top of your page. (Or in a different location, depending on your UI-Style.)
  • The navigation label is displayed as part of your navigation.
  • The type defines what your page is able to do (for example: show text, provide a search form, show a list, etc.).
  • The view name ist the URL part which is used to display your page. All created pages have a URL in the form: https://yourhost.org/p/view_name/
  • Optionally, you can set a parent page. If you do so, this page becomes a sub- page of the selected parent page and is not shown in the main navigation.

{% include 'ndr_core/admin_views/help/page_types/template_page.html' %} {% include 'ndr_core/admin_views/help/page_types/search_page.html' %} {% include 'ndr_core/admin_views/help/page_types/list_page.html' %} {% include 'ndr_core/admin_views/help/page_types/flip_book_page.html' %} {% include 'ndr_core/admin_views/help/page_types/contact.html' %} {% include 'ndr_core/admin_views/help/page_types/about.html' %}
See also

(Administration pages in blue, help pages in grey, external links in yellow)

Manage Pages Create New Page Manage Page Images Inbox