Hi there,
Thanks for getting in touch, and I’m so sorry to hear that things are acting up for you here! We’d be more than happy to assist with getting things sorted and getting your site back up and running ASAP.
Since your 500 error woes began with the latest changes to your functions.php file, let’s start by looking there. These types of errors can often occur when a PHP error is introduced during editing, and it’s often something as simple as a typo or mistakenly-duplicated text. I’d open your functions.php file and check for the following common errors:
- Ensure that the text <?php is the first line of the document and is only used once
- In the same vein, ensure that ?> is the last line of the document and no code is placed after it
- Compare the snippet from your functions.php file to the one from the site and ensure that no semicolons or other characters were accidentally omitted
Let me know once you’ve verified these three points, and we’ll see where we can go from there! 🙂 Thank you!