Politic WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Politic Parent WordPress Theme by HasTech visit the Demo page & Info page.

politic-child/style.css

/*
Theme Name: Politic Child
Template: politic
*/

politic-child/functions.php

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

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

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

politic-child/js/scripts.js

 

Build information

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

Folder Structure

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