Core Blog WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Core Blog Parent WordPress Theme by #blogwp visit the Demo page & Info page.

core-blog-child/style.css

/*
Theme Name: Core Blog Child
Template: core-blog
*/

core-blog-child/functions.php

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

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

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

core-blog-child/js/scripts.js

 

Build information

  Ben // core-blog-child // ID: #23243Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
617863891560B8836DB39B81A49E326B 4KB

Folder Structure

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