Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Created March 27, 2018 05:26
Show Gist options
  • Save MrJSdev/93b07c5d114f195d047d6ff41709507d to your computer and use it in GitHub Desktop.
Save MrJSdev/93b07c5d114f195d047d6ff41709507d to your computer and use it in GitHub Desktop.
This is the code for the tutorial: http://extracatchy.net/if-post-id/
<?php
// Do not copy the above php tag.
global $post;
if( is_object( $post ) && 1780 == $post->ID ) {
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment