diff --git a/functions.php b/functions.php index 21e05a2..43840ac 100644 --- a/functions.php +++ b/functions.php @@ -21,7 +21,7 @@ define( 'WPTHEME_VERSION', '0.1.0' ); define( 'WPTHEME_URL', get_stylesheet_directory_uri() ); define( 'WPTHEME_TEMPLATE_URL', get_template_directory_uri() ); define( 'WPTHEME_PATH', get_template_directory() . '/' ); -define( 'WPTHEME_INC', WPTHEME_PATH . 'includes/' ); +define( 'WPTHEME_INC', WPTHEME_PATH . 'functions/' ); // Include compartmentalized functions require_once WPTHEME_INC . 'core.php'; diff --git a/includes/core.php b/functions/core.php similarity index 100% rename from includes/core.php rename to functions/core.php diff --git a/includes/cpt-career.php b/functions/cpt-career.php similarity index 100% rename from includes/cpt-career.php rename to functions/cpt-career.php diff --git a/includes/cpt-event.php b/functions/cpt-event.php similarity index 100% rename from includes/cpt-event.php rename to functions/cpt-event.php diff --git a/includes/cpt-presscoverage.php b/functions/cpt-presscoverage.php similarity index 100% rename from includes/cpt-presscoverage.php rename to functions/cpt-presscoverage.php diff --git a/includes/cpt-team.php b/functions/cpt-team.php similarity index 100% rename from includes/cpt-team.php rename to functions/cpt-team.php diff --git a/includes/cpt-testimonial.php b/functions/cpt-testimonial.php similarity index 100% rename from includes/cpt-testimonial.php rename to functions/cpt-testimonial.php