forked from NB-Public/jkb-childtheme
third commit
This commit is contained in:
parent
a437413256
commit
1ca03fd14b
2 changed files with 20 additions and 0 deletions
6
functions.php
Normal file
6
functions.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
|
||||
function enqueue_parent_styles() {
|
||||
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
|
||||
}
|
||||
?>
|
Reference in a new issue