Skip to content

Commit 8a683f6

Browse files
author
Brylie Christopher Oxley
committed
Move settings form to theme customizer
1 parent 4879b0a commit 8a683f6

3 files changed

Lines changed: 168 additions & 227 deletions

File tree

functions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @version 2021.07.1
66
* @package creativecommons-base
77
*/
8+
include( get_theme_file_path('inc/theme-customizer.php') );
89

910
/* Theme Constants (to speed up some common things) ------*/
1011
define( 'HOME_URI', get_bloginfo( 'url' ) );
@@ -27,6 +28,7 @@
2728
require TEMPLATEPATH . '/inc/class-walkers.php';
2829
require TEMPLATEPATH . '/inc/helpers.php';
2930

31+
add_action('customize_register', 'cc_base_theme_customize_register');
3032

3133
/**
3234
* Images

inc/settings.php

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)