Hi,
I have installed a PHP snippet to look up the page ID so I can make a link “current” and change the look of the link using CSS.
This is the code I used for this link to become active (or, “Current”) if the page ID is “Apps”:
I am wanting to make this link become active if the page ID is “Apps”, or “Other”, or “This one”, or “that one”. Is it possible for it to look up for several page IDs to trigger the active link?? If so, what is the syntax?
Example: (this syntax is wrong… but illustrates what I want to do)
Any help is greatly appreciated! Thank you very much in advance!