Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created December 1, 2013 09:22
Show Gist options
  • Save philipgledhill/7730330 to your computer and use it in GitHub Desktop.
Save philipgledhill/7730330 to your computer and use it in GitHub Desktop.
Conditional code used to target home page in WordPress
if ( ! is_home() )
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment