Easy News WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Easy News Parent WordPress Theme by #creativthemes visit the Demo page & Info page.

easy-news-child/style.css

/*
Theme Name: Easy News Child
Template: easy-news
*/

easy-news-child/functions.php

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

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

<img src="./screenshot.png" alt="easy-news child theme screenshot">

easy-news-child/js/scripts.js

 

Build information

  Ben // easy-news-child // ID: #23260Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
0DF3DB13C63E926C8295D7B4F9190F94 4KB

Folder Structure

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