Simplest WordPress Child Theme Download
Simplest WordPress child theme is built for the Simplest parent WordPress theme. WordPress Child theme ID 28438
how to install in your WordPress dashboard without sftp
simplest-child/style.css
/*
Theme Name: Simplest Child
Template: simplest
Theme URI: https://www.wordpresschildtheme.com/simplest/
Author: wordpresschildtheme.com
Author URI: https://www.wordpresschildtheme.com
Version: 1.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Tags: wordpress-child-theme, wordpress, child-theme, simplest-child
Text Domain: simplestchild
*/
simplest-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)
{
...
simplest-child/screenshot.png (1200px x 900px)
Pixel image
simplest-child/js/scripts.js
jQuery(document).ready(function($)
{
});
Further help
For support enquiries contact Ben, WordPress Developer London
information
This is a custom WordPress child theme available in a similar format to a custom WordPress plugin
Parent Slug: simplest |
Categories: wordpress.org |
Child Slug: simplest-child |
ID: 28438 |
Tags: trevorturk |
Demo Link: https://wordpress.org/themes/simplest/ |
Preview image: preview |
Size: ≥14KB |