Lorina WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Lorina Parent WordPress Theme by #uxl visit the Demo page & Info page.

lorina-child/style.css

/*
Theme Name: Lorina Child
Template: lorina
*/

lorina-child/functions.php

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

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

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

lorina-child/js/scripts.js

 

Build information

  Ben // lorina-child // ID: #23253Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
D22F713506B220C221F32BC46E2FDB66 4KB

Folder Structure

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