Hey.
I was working on my website and all was going well.
Then I was in the process of integrating Google Analytics into the site.
I copied and pasted
<?php
2
add_action('wp_footer', 'add_googleanalytics');
3
function add_googleanalytics() { ?>
4
// Paste your Google Analytics code from Step 4 here
5
<?php } ?>
Into the functions.php. It didn't work so i deleted the lines of code. After updating, I received a 500 server error. Not sure if this was the cause and i accidently deleted an extra line of code or something.
Have the dashboard open, but every time i click a link, the error shows up. Cannot even get to the functions.php page anymore.
Please help
The site I was working on is http://www.SmileandRelaxClothing.com
Thank you