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' );
|
||||
}
|
||||
?>
|
14
style.css
Normal file
14
style.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
Theme Name: Joseph knows best Child
|
||||
Theme URI: https://git.verdigado.com/NB-Public/jkb-childtheme
|
||||
Description: Child Theme fuer Aufwändiges Wordpress-Theme für den EInsatz von größeren Websites, z.B: bei Landesverbänden.
|
||||
Author: Willi Junga
|
||||
Author URI: https://verdigado.com
|
||||
Template: Joseph-knows-best-master
|
||||
Version: 0.0.1
|
||||
Text Domain: jkb-child
|
||||
Tags: child, childtheme, child-theme, two-columns, green, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, custom-menu, theme-options, featured-images, storytelling
|
||||
License: GNU General Public License v3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
*/
|
Loading…
Reference in a new issue