Skip to content

Instantly share code, notes, and snippets.

@buchin
Created June 27, 2013 23:45
Show Gist options
  • Save buchin/5881365 to your computer and use it in GitHub Desktop.
Save buchin/5881365 to your computer and use it in GitHub Desktop.
Q: mau tanya bisa ga misal agcnya ane pasang di single post, tp ada exceptional di beberapa post?? jadi di beberapa postingan url ga usah muncul gt agc nya?? A: Lihat gist
<?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