wordpress function if is page code example Example: wordpress check if page <?php if (is_page( 'Page Title' ) ): # Do your stuff endif; ?>