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