Public

This section allows to configure public content of your site:

  • blog (posts)
  • pages
  • categories
  • messages
  • menus

Post Listing

Here you can manage all posts of your blog. Each post has some useful actions:

  • view post on public
  • edit post
  • delete post

Add/Edit Post

Post edition page provides you ability to create/edit each post of your blog. It has some general post options like title, URL and content and some SEO settings (meta title, meta keywords and meta descriptions). Also there is some additional options like delayed publishing (you can setup date and time when post will be available in blog), post categories (posts can be grouped by category in blog), main post image.

URL shouldn't have leading slash

Page Listing

Pages is list of custom public pages. It has the same actions as posts in Post Listing.

Add/Edit Page

Page has structure like post but with some additional abilities. Page can be customized by custom template (it will required some knowledge in Smarty templates). All custom templates should be manually added as additional line to "private/templates/custom/custom.csv" file. This file has simple format: Group, FileName, DisplayName

  • Group – name of subfolder in "private/templates/custom".
  • FileName – name of template file in "private/templates/custom/% Group %". This template should be a Smarty .tpl file.
  • DisplayName – this title of custom template in custom template list on edition page.

Also each page can has parent page: in this case URL of child page will be combined with parent page URL.

URL shouldn't have leading slash

Categories

This is a list of post categories. Each category has own URL and meta attributes.

Messages

Messages are list of user’s messages. Each site user can send message to site administrator and all these messages will be displayed here.

Menu Listing

This is list of menu bars that can be displayed on public pages. By default there is only one menu. Any additional menu bar is required edition of source template.

Add/Edit Menu

You can edit each menu bar on this page. Menu can have any number of menu items. Every menu item should have title and link (post, page or custom link). Also menu item can have custom display class (it is required some knowledge in CSS).