Swimschoolwordpress WordPress Child Theme Download
Parent theme dependency
For the Swimschoolwordpress Parent WordPress Theme by codereaction visit the Demo page & Info page.
swimschoolwordpress-child/style.css
/*
Theme Name: Swimschoolwordpress Child
Template: swimschoolwordpress
*/
swimschoolwordpress-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './swimschoolwordpress/style.css');
wp_enqueue_style('child-stylesheet', './swimschoolwordpress-child/style.css');
wp_enqueue_script('child-scripts', './swimschoolwordpress-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
swimschoolwordpress-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="swimschoolwordpress child theme screenshot">
swimschoolwordpress-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Hash value: 79d29f5c17b35422eb13caafd601ea42 ~4KB |
Folder Structure
Parent * | swimschoolwordpress/ |
Child ** | swimschoolwordpress-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|