WP - Conditonal Page Content
<?php if (is_page('home')) { ?> <?php } elseif (is_page('enter-page-here')) { ?> <?php } else { ?> <?php } ?>