Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created March 27, 2018 05:08
Show Gist options
  • Save MrJSdev/d6490329d61125c8fbd63c9affd73027 to your computer and use it in GitHub Desktop.
Save MrJSdev/d6490329d61125c8fbd63c9affd73027 to your computer and use it in GitHub Desktop.
This is the simple code for the guide: http://extracatchy.net/if-post-id/
<?php
// Do not copy the above php tag.
if( is_single( 1780 ) ) {
/* ... */
} else {
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment