php if (bla bla) statement problem
-
Can anyone tell me why this is not working?
<?php if ( (is_front_page()) || (is_page(array(582))) || (is_paged() == 'false') ) { ?> <div>Something to include</div> <?php } ?>
Thank you!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘php if (bla bla) statement problem’ is closed to new replies.