dro web trader WordPress Child Theme Download

Download

information page

Parent theme dependency

For the dro web trader Parent WordPress Theme by #vanbom visit the Demo page & Info page.

dro-web-trader-child/style.css

/*
Theme Name: dro web trader Child
Template: dro-web-trader
*/

dro-web-trader-child/functions.php

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

dro-web-trader-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="dro-web-trader child theme screenshot">

dro-web-trader-child/js/scripts.js

 

Build information

  Ben // dro-web-trader-child // ID: #19149Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
6E54C17051498D345BF2A096B325B733 4KB

Folder Structure

Parent *dro-web-trader/
Child **dro-web-trader-child/
* Required theme for this child theme to work
** This child theme (download)