Advertisement:

Author Topic: Child theme  (Read 453 times)

pare

  • Full Member
  • ***
  • Posts: 110
Child theme
« on: February 17, 2015, 12:42:02 pm »
Hi,

Ive read the topic regarding child themes. The following steps I've done:

- new folder like bender_child within themes folder
- create an index.php file with informations
<?php
/*
Theme Name: bender_child
Description: Theme description tbd
Version: 1.0
Author: me
Author URI: http://mysite.com
Parent Theme: bender
*/
?>

- activate the child theme within the admin control panel

-> child theme works but...

- the language files not work for the theme
- css changes not possible

I've copied the functions.php from the parent theme to the child theme but then I get an white page if I like to load the page.

Could anybody give me a tipp?

thanks
pare

pare

  • Full Member
  • ***
  • Posts: 110
Re: Child theme
« Reply #1 on: February 20, 2015, 11:28:01 pm »
No one a tipp?