Flock WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Flock Parent WordPress Theme by #_luigi visit the Demo page & Info page.

flock-child/style.css

/*
Theme Name: Flock Child
Template: flock
*/

flock-child/functions.php

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

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

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

flock-child/js/scripts.js

 

Build information

  Ben // flock-child // ID: #23337Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
8C31E2D1F9378A7424D3E95E7F777A44 4KB

Folder Structure

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