By mistake I changed my blog address in the general settings and i can't log into my wordpress account.
I found a solution from "http://www.velvetblues.com/web-development-blog/wordpress-url-settings/" but cant seem to get it to work :/
I'm suppose to put that code in my functions file.
<?php
update_option(’siteurl’,'http://www.example.com’);
update_option(’home’,'http://www.example.com’);
?>
I think I'm just putting the url's in wrong.
I changed my blog address to http://thepapermoon.ravenloftstudios.org/
by mistake...am I suppose to use that in one of the urls or the original url.
Thanks