[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]Ich habe gestern ein child-theme "smartlne-lite-child" eingerichtet, das in der Darstellung und Navigation auch funktioniert.[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]Inhalt der functions.php im template smartlne-lite- c h i l d :
[/FONT]
[FONT=Helvetica]<?php[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );[/FONT]
[FONT=Helvetica]function theme_enqueue_styles() {[/FONT]
[FONT=Helvetica] wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );[/FONT]
[FONT=Helvetica]}[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Helvetica]?>
[/FONT]
[FONT=Helvetica]Heute habe ich in einigen Seiten kleine Korrekturen gemacht und jedesmal diese Fehlermeldung erhalten:[/FONT]
[FONT=Helvetica]
[/FONT]
[FONT=Times][FONT=courier new]"Warning: Cannot modify header information - headers already sent by (output started at /kd/xxx_xxx/wordpress/wp-content/themes/smartline-lite-child/functions.php:9) in /kd/xxx_xxx/wordpress/wp-admin/post.php on line 197[/FONT][/FONT]
[FONT=Times][FONT=courier new]
[/FONT][/FONT]
[FONT=Times][FONT=courier new]Warning: Cannot modify header information - headers already sent by (output started at /kd/xxx_xxx/wordpress/wp-content/themes/smartline-lite-child/functions.php:9) in /kd/xxx_xxx/wordpress/wp-includes/pluggable.php on line [/FONT][FONT=courier new]1174"[/FONT]
[FONT=arial]Könnt ihr mir sagen, was das bedeutet und wie ich den Fehler beseitigen kann? Ich hoffe sehr auf Hilfe.
[/FONT][/FONT]