Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created November 23, 2013 11:04
Show Gist options
  • Save dompascal/7613301 to your computer and use it in GitHub Desktop.
Save dompascal/7613301 to your computer and use it in GitHub Desktop.
WP - Conditonal Page Content
<?php if (is_page('home')) { ?>
<?php } elseif (is_page('enter-page-here')) { ?>
<?php } else { ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment