Parse error after modifying the template menu [closed]
Do you have the original copy of the theme’s functions.php file? Replace it in order to restore access to your website. But, as the error indicates, you have an unexpected < in your code on line 291. This means that there was an extra character added that wasn’t necessary and throws off your code. Open … Read more