Member objects for specific tiers

Hello! Is there a way to break down the @member object into specific tiers? Going by the documentation, there is only @member and @memberpaid. The reason I’m asking is the theme I’m using (Gazet by Bright Themes) has an ad-free option that’s using @memberpaid, but I want to limit this to specific paid tiers and not all paid tiers. Thanks in advance!

Yes. :backhand_index_pointing_up: But it’s going to be a little bit of a pain, because you’ll need to loop through subscriptions (a member may have more than one, if in the process of upgrading, and be careful not to pick up previously-cancelled subs, too).

Thanks Cathy - is there some sample code out there I can use to pick up all these instances? I’m not a programmer, so something I can drop or place in my theme’s files would be welcome!

A polite bump on this if anyone can help!