I am using the Coldstone them by elegantthemes and I have Widget Logic installed. I'd like to know if there are any "exclude" tags I can use in my sidebar widgets?
I know about !is_page(''), but how do you include more than one page in that code? I've tried several different ways...
!is_page('2451', '7')
!is_page('2451') ('7')
!is_page('2451'), !is_page('7')
...but none of them have worked.
Thanks.