Verticality WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Verticality Parent WordPress Theme by cosmothemes visit the Demo page & Info page.

verticality-child/style.css

/*
Theme Name: Verticality Child
Template: verticality
*/

verticality-child/functions.php

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

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

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

verticality-child/js/scripts.js

 

Build information

  Ben // verticality-child // ID: #11140Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
0160C0A73D66CDDD50E920BE36C0199B 4KB

Folder Structure

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