Pennews WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Pennews Parent WordPress Theme by PenciDesign visit the Demo page & Info page.

pennews-child/style.css

/*
Theme Name: Pennews Child
Template: pennews
*/

pennews-child/functions.php

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

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

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

pennews-child/js/scripts.js

 

Build information

  Ben // pennews-child // ID: #9469Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
26F5DC5A083BB11DF3786F9752AC6CCE 4KB

Folder Structure

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