Edu Axis WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Edu Axis Parent WordPress Theme by #refreshthemes visit the Demo page & Info page.

edu-axis-child/style.css

/*
Theme Name: Edu Axis Child
Template: edu-axis
*/

edu-axis-child/functions.php

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

edu-axis-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="edu-axis child theme screenshot">

edu-axis-child/js/scripts.js

 

Build information

  Ben // edu-axis-child // ID: #23178Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
960A02E7C523113C1389E4DCAE2B0A3B 4KB

Folder Structure

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