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