I am using the enfold themeI was looking to configure my title got this error:
Parse error: syntax error, unexpected ‘viewport’ (T_STRING) in /home1/mstein/public_html/wp-content/themes/enfold/header.php on line 35
Please help restore where I can see my page | website name
Hey msteinpga!
Did you edit the function itself or only header.php? Please try to use a child theme in the future to avoid errors like this.
The default code in header.php is the following:
<!-- page title, displayed in your browser bar -->
<title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
Best regards,
Rikard