Capitona WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Capitona Parent WordPress Theme by themenum visit the Demo page & Info page.

capitona-child/style.css

/*
Theme Name: Capitona Child
Template: capitona
*/

capitona-child/functions.php

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

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

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

capitona-child/js/scripts.js

 

Build information

  Ben // capitona-child // ID: #15560Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7B6A21D3345E9F3F10E01E89DE34BB1C 4KB

Folder Structure

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