Re: Child Theme for Alula

#1306
admin
Participant

Hello,
Alula child theme should work with ONLY required file “style.css” as per WordPress guidelines. I have tested to create the child theme of Alula and it is working fine. Please follow the WordPress guidelines,

https://codex.wordpress.org/Child_Themes

What i did ?

– Make sure “alula” is present in themes folder
– Create a folder and named it alula-child
– Create a file style.css in the alula-child folder
– Header of style.css is as follows,

/*
Theme Name: Alula Child
Theme URI: http://designorbital.com/
Description: Alula Child Theme
Author: DesignOrbital.com
Author URI: http://designorbital.com/
Template: alula
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: alula-child
*/

@import url(“../alula/style.css”);

/* =Theme customization starts here
————————————————————– */[/CODE]

– Activate [B]Alula Child[/B] theme via Appearance > Themes
– It is working properly

Thanks[CODE]/*
Theme Name: Alula Child
Theme URI: http://designorbital.com/
Description: Alula Child Theme
Author: DesignOrbital.com
Author URI: http://designorbital.com/
Template: alula
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: alula-child
*/

@import url(“../alula/style.css”);

/* =Theme customization starts here


*/[/CODE]

– Activate Alula Child theme via Appearance > Themes
– It is working properly

Thanks