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