Category Tag

The category tag is available on any template and loops through categories.

Example:

{% categories id: "physicians", limit: "2" %}
  {{ category.title }}
{% endcategories %}

Options

id

api id separated by commas.

module

module name separated by commas.

limit

Numeric value that limits the number of entries returned.

Variables

Category variables can be located here.