Skip to content

Instantly share code, notes, and snippets.

@proframework
Created May 3, 2013 17:02
Show Gist options
  • Save proframework/5511314 to your computer and use it in GitHub Desktop.
Save proframework/5511314 to your computer and use it in GitHub Desktop.
Using WordPress' is_single() conditional
<?php if (is_single('post-slug')) { ?>
Stuff to show on this single post
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment