<?php if ( (is_home())&&!(is_paged()) ){ ?> <h1>this will only be on the index not pages</h1> <?php } ?>