So the logical expression for “or” is…”or”?
LOL…
Dude you’re such a lifesaver; I knew that had to be it. I just had the parentheses closed in the wrong places…
I was doing:
<?php if( is_author(’18’))|| (is_author(‘admin’) ) { ?>
instead.
So there you go…it works perfectly now, and I’ve saved tons of lines of code.
Thanks again.