Charitybox Child Theme Download
Download the Charitybox Child Theme for Charitybox v parent WordPress Theme - TheMazine.
Free download
Download Child ThemeWP Child Theme Code Snippets
charitybox-child/style.css
/*
Theme Name: Charitybox Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/charitybox/
Description: WordPress Charitybox child theme.
Template: charitybox
Text Domain: charitybox-child
*/
charitybox-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_charitybox_child' );
function enqueue_charitybox_child() {
wp_enqueue_style('charitybox-css', './charitybox/style.css' );
wp_enqueue_style('charitybox-child-css', './charitybox-child/style.css');
wp_enqueue_script('charitybox-child-js', './charitybox-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
charitybox-child/screenshot.png
<img src="./screenshot.png" alt="charitybox child theme screenshot">
charitybox-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 58ae9bfe4f722405168e5bf92af15e38 |
Folder Structure
Parent * | charitybox/ |
Child ** | charitybox-child/ |
* Required theme for this child theme to work | ** This child theme |
---|