Skip to content

Instantly share code, notes, and snippets.

@landru247
Created February 5, 2014 22:12
Show Gist options
  • Save landru247/8834348 to your computer and use it in GitHub Desktop.
Save landru247/8834348 to your computer and use it in GitHub Desktop.
WordPress: Single CPT conditional - if (is_singular('job_posts'))
<?php if (is_singular('job_posts')) { ?>
<!-- markup here -->
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment