Custom content category merge codes

These merge codes can be used in Custom content categories to display subcategories:

Template merge code Description
[template("content-list")]
Displays subcategories in the content list format.
[template("panel-list")]
Displays subcategories in the subcategory panel format.
[template("icon-cats,max=8,col=4,desc=0")]
Displays subcategories in the icon panel format. The variables after icon-cats are optional: 
  • max= controls the maximum number of subcategories to display (remove completely if you don't want to limit this number).
  • col= sets how many panels to display in a row (the default we use is 4). 
  • desc= determines whether to display the description (1) or not (0). If you don't want the description, you can also remove this variable completely.
Refer to Add category icons to your homepage category panels for more detailed instructions on working with this merge code.