Creative Blog WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Creative Blog Parent WordPress Theme by #mebishalnapit visit the Demo page & Info page.

creative-blog-child/style.css

/*
Theme Name: Creative Blog Child
Template: creative-blog
*/

creative-blog-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './creative-blog/style.css');
      wp_enqueue_style('child-stylesheet', './creative-blog-child/style.css');
      wp_enqueue_script('child-scripts', './creative-blog-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

creative-blog-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="creative-blog child theme screenshot">

creative-blog-child/js/scripts.js

 

Build information

  Ben // creative-blog-child // ID: #23306Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
0DF50F22EADCD74BA2F91FC4CF44FC54 4KB

Folder Structure

Parent *creative-blog/
Child **creative-blog-child/
* Required theme for this child theme to work
** This child theme (download)