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.comParent 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