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