Benxi WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Benxi Parent WordPress Theme by template_path visit the Demo page & Info page.

benxi-child/style.css

/*
Theme Name: Benxi Child
Template: benxi
*/

benxi-child/functions.php

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

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

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

benxi-child/js/view.js

 

Build information

  Ben // benxi-child // ID: #16498Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
0EC3304EF1496BCCA98D191CFB2AA8C0 4KB

Folder Structure

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