Ariland WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Ariland Parent WordPress Theme by #arinio visit the Demo page & Info page.

ariland-child/style.css

/*
Theme Name: Ariland Child
Template: ariland
*/

ariland-child/functions.php

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

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

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

ariland-child/js/scripts.js

 

Build information

  Ben // ariland-child // ID: #23324Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
222251D6C11A2E7D51B60F7F18322942 4KB

Folder Structure

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