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