Last active
November 20, 2015 20:28
-
-
Save stevengliebe/c96d24ba203b510af541 to your computer and use it in GitHub Desktop.
How to load Church Theme Framework in functions.php. http://churchthemes.com/guides/developer/framework/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Load framework | |
*/ | |
require_once get_template_directory() . '/framework/framework.php'; // do this before anything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment