OneDot WordPress Child Theme Download

Download

information page

Parent theme dependency

For the OneDot Parent WordPress Theme by #sensationaltheme visit the Demo page & Info page.

onedot-child/style.css

/*
Theme Name: OneDot Child
Template: onedot
*/

onedot-child/functions.php

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

onedot-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="onedot child theme screenshot">

onedot-child/js/scripts.js

 

Build information

  Ben // onedot-child // ID: #23314Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
23E7AC6CD006B381803A62368DB98CB1 4KB

Folder Structure

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