Liqiud basics
Modules
API
Mailer
Article templates
Overview
Below you can see all the available article templates
| Name | Description |
| articles.single.tpl | Standard template for showing an article |
| articles.archive.tpl | When you want to list articles from a specific date, e.g. monthly archive |
| articles.category.tpl | Template for displaying articles based on categories |
| articles.category.{url}.tpl | When you want to list articles with a specific category, e.g. extranet |
articles.single.tpl
This is the standard template for showing an article. In this template you can have one, and only one, article editable. In this template you use drops for a single article.
articles.archive.tpl
When you want to list articles within a specific date, e.g. monthly archive. In this template you use drops for multiple articles.
articles.category.{url}.tpl
If you want to create a template that only displays articles that belong to a specific category of your choice you can use this template. An example for a template name would be articles.category.extranet.tpl, this will only contain the articles that have the category with the url extranet.
The difference between this template and articles.category.tpl is that if you click on a category on the page and it doesn't have a specific category template assigned to it, it will fall back to show the articles.category.tpl which is like a default template for displaying categories.
Updated: 2019-11-07