Hey peeps,
How can I contruct an if statement within the Core > Front > Global > Tag template that accomplishes the following:
IF $member_id is ( x OR y ) AND $tag is ( 'this' OR 'that')
$tag (displays tag)
ELSE
Don't display $tag (I guess just leave this part blank and nothing will be displayed.
In a nutshell, as the tag template is called, I want to show certain tags only to certain members, all other tags are shown to everyone.
Thanks for any help!