Multiflex-4 WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Multiflex-4 Parent WordPress Theme by #flowdrops visit the Demo page & Info page.

multiflex-4-child/style.css

/*
Theme Name: Multiflex-4 Child
Template: multiflex-4
*/

multiflex-4-child/functions.php

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

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

<img src="./screenshot.png" alt="multiflex-4 child theme screenshot">

multiflex-4-child/js/view.js

 

Build information

  Ben // multiflex-4-child // ID: #29205Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
C95684037CBACA47DB1A07556F26E873 4KB

Folder Structure

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