K.I.S ( Keep it Simple ) WordPress Child Theme Download
K.I.S ( Keep it Simple ) WordPress child theme is built for the K.I.S ( Keep it Simple ) parent WordPress theme by css-mayo
how to install in your WordPress dashboard without sftp
kis-keep-it-simple-child/style.css
/*
Theme Name: K.I.S ( Keep it Simple ) Child
Template: kis-keep-it-simple
Theme URI: https://www.wordpresschildtheme.com/k-i-s-keep-it-simple/
Author: wordpresschildtheme.com
Author URI: https://www.wordpresschildtheme.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpresschildtheme.com, slibdesign
Text Domain: kiskeepitsimplechild
*/
kis-keep-it-simple-child/functions.php
<?php
function wp_child_theme()
{
wp_enqueue_style("parent-stylesheet", get_template_directory_uri()."/style.css");
wp_enqueue_style("child-stylesheet", get_stylesheet_uri());
wp_enqueue_script("child-scripts", get_stylesheet_directory_uri() . "/js/scripts.js", array("jquery"), "6.1.1", true);
}
add_action("wp_enqueue_scripts", "wp_child_theme");
if((get_option("wp_child_theme_setting")) == 1)
{
...
kis-keep-it-simple-child/screenshot.png (1200px x 900px)
Pixel image
kis-keep-it-simple-child/js/scripts.js
jQuery(document).ready(function($)
{
});
theme support id #28717
For theme support contact Ben. We charge £50 p/h. ben@slib.co.uk www.slibdesign.com
information
Parent Slug: kis-keep-it-simple |
Parent Categories: wordpress.org |
Child Slug: kis-keep-it-simple-child |
Support ID: 28717 |
Parent Author: css-mayo |
Parent demo: https://wordpress.org/themes/kis-keep-it-simple/ |
Thumbnail: Webpage preview |
Published: 15 Dec 2022 22:21 |
Size: ≥14KB |