Skip to content

Instantly share code, notes, and snippets.

@pije76
Forked from buchin/single.php
Last active August 29, 2015 14:06
Show Gist options
  • Save pije76/cef44a7ef7a6dbf6a2e2 to your computer and use it in GitHub Desktop.
Save pije76/cef44a7ef7a6dbf6a2e2 to your computer and use it in GitHub Desktop.
<?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