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