Flexi-Blue WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Flexi-Blue Parent WordPress Theme by #infozoft visit the Demo page & Info page.

flexi-blue-child/style.css

/*
Theme Name: Flexi-Blue Child
Template: flexi-blue
*/

flexi-blue-child/functions.php

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

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

<img src="./screenshot.png" alt="flexi-blue child theme screenshot">

flexi-blue-child/js/view.js

 

Build information

  Ben // flexi-blue-child // ID: #29189Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
13227DD9EA5980C0D457CCD39F35F5BE 4KB

Folder Structure

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