Skip to content

Instantly share code, notes, and snippets.

@emaildano
Created January 29, 2014 20:10
Show Gist options
  • Save emaildano/8695958 to your computer and use it in GitHub Desktop.
Save emaildano/8695958 to your computer and use it in GitHub Desktop.
Conditional snippet for blog page and blog post
<?php if (is_home() || is_single()) { ?>
<?php } else { ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment