Reply To: How to create a full screen div

Home Forums Support How to create a full screen div Reply To: How to create a full screen div

Home Forums Support How to create a full screen div Reply To: How to create a full screen div

#161694
Tom
Lead Developer
Lead Developer

You can use PHP like this:

<?php if ( is_page( array( 4, 7, 9, 20, 55 ) ) ) : ?>
    Your code in here will only show up on pages with the IDs: 4, 7, 9, 20, 55 etc..
<?php endif; ?>

Then be sure to check the “Execute PHP” checkbox.