Cross WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Cross Parent WordPress Theme by 0effortthemes visit the Demo page & Info page.

cross-child/style.css

/*
Theme Name: Cross Child
Template: cross
*/

cross-child/functions.php

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

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

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

cross-child/js/scripts.js

 

Build information

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

Folder Structure

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