Skip to content

Instantly share code, notes, and snippets.

@adapicom
Created July 13, 2012 20:19
Show Gist options
  • Save adapicom/3107180 to your computer and use it in GitHub Desktop.
Save adapicom/3107180 to your computer and use it in GitHub Desktop.
Simple Wordpress PHP If Else for Posts and Pages by ID
<?php if (is_single('11')) { ?>
<!-- put code here -->
<?php } else { ?>
<!-- put code here -->
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment