Qaween WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Qaween Parent WordPress Theme by ThemeWarriors visit the Demo page & Info page.

qaween-child/style.css

/*
Theme Name: Qaween Child
Template: qaween
*/

qaween-child/functions.php

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

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

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

qaween-child/js/view.js

 

Build information

  Ben // qaween-child // ID: #16626Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
392EFC4DF24B0D0B8EF1F48FBFAD81CA 4KB

Folder Structure

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