child theme
-
hi,
i want to create child theme. my original theme is oneengine. I′ve created oneengine-child folder where i have functions.php and style.css
style.css contains: /*
Theme Name: OneEngine Child
Theme URI: https://www.startupweb/themes/oneengine-child
Author: EngineThemes Team
Author URI: https://www.enginethemes.com
Template: oneengine
Description: a free WordPress one-page theme, built with simplicity in mind and optimized for better user interactions
Version: 1.1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/and functions.php contains:
<?php
add_action( ‘wp_enqueue_scripts’, ‘oneengine-child_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘oneengine-child-style’, get_template_directory_uri().’/style.css’), array(‘oneengine-style’);}
there is my website https://www.startupweb.sk
please could you help me, where i did mistake and what should i change thanks
- The topic ‘child theme’ is closed to new replies.