Advertisement:

Author Topic: Create a new child them from a premium theme  (Read 466 times)

cicciuzzo

  • Newbie
  • *
  • Posts: 3
Create a new child them from a premium theme
« on: May 15, 2017, 02:12:53 pm »
Hi

I would like to create a child theme from Veronika theme.

I write this

<?php
/*
  Theme Name: CHILD Theme
  Theme URI: http://www.passaparola.cloud
  Description: This is the CHILD theme
  Version: 1.0
  Author: PassaParola.Cloud Team
  Author URI: http://www.passaparola.cloud
  Parent Theme: veronika
*/
?>

But dosen't work but is like this

<?php
/*
  Theme Name: Osclass CHILD Bender Theme
  Theme URI: http://www.osclass.org/
  Description: This is the Osclass CHILD bender theme
  Version: 1.0
  Author: Osclass team
  Author URI: http://www.osclass.org/
  Parent Theme: bender
*/
?>

I look here https://doc.osclass.org/How_to_create_a_child_theme


Depends on the main theme ? or I mistakes something?


BR
« Last Edit: May 15, 2017, 02:16:52 pm by cicciuzzo »