conditional formatting
-
I have the following code to process a command if the page is not 1955. I need to add another page to this if statement in addition to 1955.
Can someone tell me how to do this?
<?php if(!is_page('1955') ) : ?> do soething <?php endif; ?>
Many thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘conditional formatting’ is closed to new replies.