orderBy: 'serviceCategory ASC, title ASC', -- orderBy VARIABLE IN PROPS CAN HAVE INTERESTING VALUES

PHOTO EMBED

Fri Dec 08 2023 14:10:18 GMT+0000 (Coordinated Universal Time)

Saved by @vankoosh

{% set listOfServices = craft.entries({
    section: 'services',
    orderBy: 'serviceCategory ASC, title ASC',
    site: 'tphMain1000',
}).all() %}
content_copyCOPY