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