Astrum WordPress Child Theme Download
Parent theme dependency
For the Astrum Parent WordPress Theme by purethemes visit the Demo page & Info page.
astrum-child/style.css
/*
Theme Name: Astrum Child
Template: astrum
*/
astrum-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './astrum/style.css');
wp_enqueue_style('child-stylesheet', './astrum-child/style.css');
wp_enqueue_script('child-scripts', './astrum-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
astrum-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="astrum child theme screenshot">
astrum-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Hash value: 51f86362c547357df4a4332d2f4c8b35 ~4KB |
Folder Structure
Parent * | astrum/ |
Child ** | astrum-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|