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