That works. Thanks! If you have time for one more related question: I have two types of people, faculty and grad students, and two categories for each, nested under a parent category (e.g., parent: faculty; children: core, affiliate). For faculty, I’m merging the parent with the child minus the separator, yielding “core (child) faculty (parent)”. For grad students, I’d like to only display the parent. I think this will require an if parent === id, print parent, but I’m not sure how to do it. I think this page provides a clue, but if it’s straightforward, and if you have time, I’d appreciate one more bit of help. Thanks.