Need to add multiple group names in custom templates
-
Excellent theme!
I need to add additional group names in my custom signup template. It’s working fine, but I can’t figure out the syntax to add additional group names. I suppose I could duplicate the entire statement, but that’s probably not an efficient way to proceed. This is what I’m using to show a selected group name in my signup template.
<?php if ( $this->group->name == 'my_group_name' ) : ?>
Additionally, I’m looking to hide these group names in the default list record templates.
<?php if ($this->group->name == 'my_group_name') continue; ?>
Any ideas?
Thanks
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Need to add multiple group names in custom templates’ is closed to new replies.