Stockholm WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the Stockholm Parent WordPress Theme by Select-Themes Demo page & Info page .
stockholm-child/style.css
/*
Theme Name: Stockholm Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/stockholm/
Description: Stockholm WordPress child theme.
Template: stockholm
Text Domain: stockholm-child
*/
stockholm-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_stockholm_child' );
function enqueue_stockholm_child()
{
wp_enqueue_style('stockholm-css', './stockholm/style.css' );
wp_enqueue_style('stockholm-child-css', './stockholm-child/style.css');
wp_enqueue_script('stockholm-child-js', './stockholm-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
stockholm-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="stockholm child theme screenshot">
stockholm-child/js/script.js
/* stockholm Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: edcd259e0a03c7ab70feb186bae19f13 ~4KB |
Folder Structure
Parent * | stockholm/ |
Child ** | stockholm-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|