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

    My line of code got changed to :

    <title><?php wp_title(“‘); ?></title>

    Can someone help to restore the correct code? I am currently getting the following error when I load the page:

    Parse error: syntax error, unexpected ‘viewport’ (T_STRING) in /home1/mstein/public_html/wp-content/themes/enfold/header.php on line 35

    Thanks for your help!

    #406867

    Hey msteinpga!

    Please try to replace it with this:

    <!-- 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.