Initial commit

This commit is contained in:
kjodle 2016-01-28 14:00:39 -05:00
parent b54cd16525
commit a1ee336d1b
2 changed files with 19 additions and 0 deletions

7
functions.php Normal file
View File

@ -0,0 +1,7 @@
<?php
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}

12
style.css Normal file
View File

@ -0,0 +1,12 @@
/*
Theme Name: Atticus Finch Child
Theme URI: http://example.com/atticus-finch-child/
Description: Atticus Finch Child Theme
Author: Kenneth John Odle
Author URI: http://techblog.kjodle.net
Template: atticus-finch
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atticus-finch-child
*/