Punte WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the Punte Parent WordPress Theme by access-keys Demo page & Info page .
punte-child/style.css
/*
Theme Name: Punte Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/punte/
Description: Punte WordPress child theme.
Template: punte
Text Domain: punte-child
*/
punte-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_punte_child' );
function enqueue_punte_child()
{
wp_enqueue_style('punte-css', './punte/style.css' );
wp_enqueue_style('punte-child-css', './punte-child/style.css');
wp_enqueue_script('punte-child-js', './punte-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
punte-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="punte child theme screenshot">
punte-child/js/script.js
/* punte Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: fc382f41347845f0c6e07ed15abae91c ~4KB |
Folder Structure
Parent * | punte/ |
Child ** | punte-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|