Conditional tag for multiple pages (Wordpress)
<?php if( is_page('PAGE ID') || is_page('PAGE ID') || is_page('PAGE ID') ): ?> <?php endif; ?>