Initial commit
This commit is contained in:
parent
b54cd16525
commit
a1ee336d1b
7
functions.php
Normal file
7
functions.php
Normal 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
12
style.css
Normal 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
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user