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