Saira WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Saira Parent WordPress Theme by #creativthemes visit the Demo page & Info page.

saira-child/style.css

/*
Theme Name: Saira Child
Template: saira
*/

saira-child/functions.php

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

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

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

saira-child/js/scripts.js

 

Build information

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

Folder Structure

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