Created
March 27, 2018 05:08
-
-
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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