Penman WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Penman Parent WordPress Theme by #technocrews visit the Demo page & Info page.

penman-child/style.css

/*
Theme Name: Penman Child
Template: penman
*/

penman-child/functions.php

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

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

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

penman-child/js/scripts.js

 

Build information

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

Folder Structure

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