Fresh News WordPress Child Theme Download
Parent theme dependency
For the Fresh News Parent WordPress Theme by #ascendoor visit the Demo page & Info page.
fresh-news-child/style.css
/*
Theme Name: Fresh News Child
Template: fresh-news
*/
fresh-news-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './fresh-news/style.css');
wp_enqueue_style('child-stylesheet', './fresh-news-child/style.css');
wp_enqueue_script('child-scripts', './fresh-news-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
fresh-news-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="fresh-news child theme screenshot">
fresh-news-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Hash value: c61d115a0d86e39930a12da21c7a8d06 ~4KB |
Folder Structure
Parent * | fresh-news/ |
Child ** | fresh-news-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|