Skip to content

Instantly share code, notes, and snippets.

@doolin
Created August 28, 2011 00:49
Show Gist options
  • Save doolin/1176078 to your computer and use it in GitHub Desktop.
Save doolin/1176078 to your computer and use it in GitHub Desktop.
How to check for and include art.php
# Put this in your functions.php file
if (file_exists(TEMPLATEPATH . '/art.php')) {
include(TEMPLATEPATH . '/art.php');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment