Election WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Election Parent WordPress Theme by Softwebmedia visit the Demo page & Info page.

election-child/style.css

/*
Theme Name: Election Child
Template: election
*/

election-child/functions.php

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

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

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

election-child/js/scripts.js

 

Build information

  Ben // election-child // ID: #16080Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
BF40B2FB7C064679B4D382F7F5C42FF4 4KB

Folder Structure

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