Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #406709

    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

    #406849

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.