1
I am working on a theme that needs to have links in the header/top nav that must be based on user groups. I know I can include <{if}> statements based on if the user is admin, user, or guest, but can I include one for user group?
For example, I have a link that only users in group ID 4 can view, is there an <{if}> statement that restrict that link from showing unless the logged-in user is in group ID 4?