Skip to content

Instantly share code, notes, and snippets.

@stevengliebe
Last active November 20, 2015 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevengliebe/c96d24ba203b510af541 to your computer and use it in GitHub Desktop.
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/
<?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