-
-
Save pije76/cef44a7ef7a6dbf6a2e2 to your computer and use it in GitHub Desktop.
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 | |
// taruh ini dalam the loop | |
// post id adalah id post yang akan di exclude | |
if($post->ID != 5 && $post->ID != 10){ | |
echo spp(single_post_title(), 'template.html'); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment