Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Have you tried deactivating all of your plugins before activating this theme? There may be a conflict on your side.
already made — that’s helped me a lot
Changed content.php and index.php, line 12 & 39 to:
if ( has_post_thumbnail() ) {
$parts = ‘ style=”background-image: url(‘ . wp_get_attachment_image_src( get_post_thumbnail_id(), ‘large’ ) . ‘)”‘;
$cover_img = $parts[0];
}
https://wordpress.org/support/topic/php-parse-error-10?replies=6
The blank page screen has been fixed since the v2.0, thanks you for your report.
I mark this topic resolved.