This option enables you to create custom admin pages, which can be useful if you want to see certain things in your
admin area or create custom pages for clients. Pages can load from custom templates for more complex operations.
Note that you can order and/or disable menu items in the settings.
If you have updated the settings before adding any admin pages, you need
to reset the menu to make the admin pages option appear
General > Name
Enter new page name. Max 250 characters.
General > Information
Information to appear on page. PHP code cannot be used here, if you require PHP, you need to use a custom template as shown below. You can use the Wysiwyg editor to format the display and easily add images
or media content.
If you require complex code operations you can load pages from custom template files. You can use any code (PHP, HTML, JS etc) in a custom template
file. Please read the following directions to set a custom page:
1 Make a copy of 'admin/content/admin-pages/example.php' file and save to same folder.
2 Rename new template file. The .php extension is required.
3 Add custom code to template file.
4 When creating page, select custom template from drop down menu.
For HTML, use valid HTML5. Do not break the responsive system.
Options > Enabled
Enable or disable page.
Page List
1 To delete, use checkboxes and the delete button. You can select all via the icon.
2 To edit, click the icon.
3 To reorder, drag and drop the rows.
If re-ordered, you must refresh the admin area to see the changes in the nav menu.