Guest User

Untitled

a guest
Mar 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {% set categoryGroup = craft.categories.group('productTypes').descendantOf('accessories') %}
  2. <ul>
  3. {% for category in categoryGroup %}
  4. <li class="category">{{ category.title }}</li>
  5. {% endfor %}
  6. </ul>
Add Comment
Please, Sign In to add comment