Republik WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Republik Parent WordPress Theme by WPHash visit the Demo page & Info page.

republik-child/style.css

/*
Theme Name: Republik Child
Template: republik
*/

republik-child/functions.php

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

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

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

republik-child/js/scripts.js

 

Build information

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

Folder Structure

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