Wedding Child Theme Download
Download the Wedding Child Theme for Wedding v parent WordPress Theme - VeroThemes.
Free download
Download Child ThemeWP Child Theme Code Snippets
wedding-child/style.css
/*
Theme Name: Wedding Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/wedding-2/
Description: WordPress Wedding child theme.
Template: wedding
Text Domain: wedding-child
*/
wedding-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_wedding_child' );
function enqueue_wedding_child() {
wp_enqueue_style('wedding-css', './wedding/style.css' );
wp_enqueue_style('wedding-child-css', './wedding-child/style.css');
wp_enqueue_script('wedding-child-js', './wedding-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
wedding-child/screenshot.png
<img src="./screenshot.png" alt="wedding child theme screenshot">
wedding-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 9e8e7343578f1819f85e1d9f7136cc40 |
Folder Structure
Parent * | wedding/ |
Child ** | wedding-child/ |
* Required theme for this child theme to work | ** This child theme |
---|