├── LICENSE ├── README.md ├── footer.php ├── functions.php ├── header.php ├── index.php ├── js └── theme-customizer.js ├── screenshot.png └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/README.md -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/footer.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/functions.php -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/header.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/index.php -------------------------------------------------------------------------------- /js/theme-customizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/js/theme-customizer.js -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/screenshot.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommcfarlin/theme-customizer-example/HEAD/style.css --------------------------------------------------------------------------------