third commit

This commit is contained in:
Willi Junga 2020-09-29 16:47:09 +02:00
parent a437413256
commit 1ca03fd14b
Signed by: JunWi
GPG Key ID: 16CD94732DE08DA5
2 changed files with 20 additions and 0 deletions

6
functions.php Normal file
View 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
View 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
*/