changed the script to this:
<?php
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
?>
Now my site is not down anymore, at least:)
Hi again
Actually the message is a new one:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/svenskdansk.nu/public_html/wp-content/themes/twentyseventeen-child/functions.php:10) in /var/www/svenskdansk.nu/public_html/wp-includes/pluggable.php on line 1219
//Elin
Hi Andrew
Thank you so much for replying. I just mixed things up, when writing this entry, and the file was/is of course called functions.php
I now added the ?>
However the error message persists