Blog Software Template Tutorial
A template is a set of .html files which defines the appearance and functionality
of the blog software.
It makes it so the same software can be used as a web journal, a
bulletin board, a guestbook and more.
Creating custom templates or modifying existing templates requires some
basic knowledge of .html.
The blog software provides additional .html tags which instruct the software
what to do. These tags are very similar to .html tags in appearance :
The Function part is replaced with the blog function to perform.
Like .html tags, template tags can have (optional) attributes and are not
case sensitive.
When a template file is loaded by the software, the custom blog tags are
replaced with the output of the specified function.
This example would be replaced with the current date.
Tutorial Sections
Certain template file names have special meaning, check the template documentation
included in the blog software administration module for more details.