Support » Theme: Responsive » How to restore functions.php file?

  • Resolved vijayasawant

    (@vijayasawant)


    I tried to add following code to functions.php file.

    if (class_exists(‘MultiPostThumbnails’)) {
    new MultiPostThumbnails(
    array(
    ‘label’ => ‘Secondary Image’,
    ‘id’ => ‘secondary-image’,
    ‘post_type’ => ‘post’
    )
    );
    }

    After updating I am getting following error. My website is down. How to restore functions.php file?
    Parse error: syntax error, unexpected ‘<‘ in D:\Hosting\10125564\html\wp-content\themes\ResponsiveOld\responsive\functions.php on line 30

    Vijaya

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to restore functions.php file?’ is closed to new replies.