Tried that, still that issue. Last week there was no problem, it was only since then. It says there’s an error in the code, the only thing I touched was the header document, I added a couple lines and then deleted them. Is it saying there’s something wrong in the header?
What else could it be?
First few header lines:
<?php if ( !defined( ‘ABSPATH’ ) ) exit; ?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<title><?php echo wp_title( ‘-‘, false, ‘right’ ) ? wp_title( ‘-‘, false, ‘right’ ) : get_bloginfo( ‘name’ ); ?></title>
<?php wp_head(); ?>
</head>