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