Newsable WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Newsable Parent WordPress Theme by #zidithemes visit the Demo page & Info page.

newsable-child/style.css

/*
Theme Name: Newsable Child
Template: newsable
*/

newsable-child/functions.php

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

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

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

newsable-child/js/scripts.js

 

Build information

  Ben // newsable-child // ID: #23191Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
83482D622F252C098F4D66082BD34136 4KB

Folder Structure

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