Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
laerpelParticipant
Warning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220
I’ve tried to make a child theme for minimatica. I followed the instructions on http://codex.wordpress.org/Child_Themes.
I’ve created a new folder in /wp-content/themes/ named ‘minimatica child’ and included one style.css with this:
/*
Theme Name: minimatica child
Author: Bärbel Tomasi
Template: minimatica
*/
@import: ../minimatica/style.css;
This does not work, there are no styles at all after I activate the child theme.
How can I make this work?
Thank you!
Bärbel