Thank you! I tried copy/pasting the code I saw in the last replies before my comment and kept getting compiler errors because I was copying the entire code blocks, which don't match mine, which I think was throwing the errors. So I thought because I had different code (+ $c->print_expand_link(); vs. + $e->print_expand_link) that that was why adding print_ didn't work. And I was probably right.
Oh God, yes, it worked!
+ $c->print_expand_link();
vs. +$e->print_expand_link
) that that was why addingprint_
didn't work. And I was probably right.