Php, redirecting & missing site
-
Hi!
I was trying to update my site (www.ttkove.com). I wanted to import the posts from my blog (blog.ttkove.com/blog/), which I managed to do. However, when I took away the link on my blog, page, it still redirected to the blog.So I went into the functions.php of my theme and wrote this right at the top, after the <?php:
update_option(‘siteurl’,’http://ttkove.com/blog’);
update_option(‘home’,’http://blog.ttkove.com/blog/’);I must’ve read the instruction wrong, because once I saved, my entire site redirected to the blog site, and now I can’t even get back into the wp-admin page of ttkove.com.
Can anyone help me, what do I do? How I can I get my site back?!
(I think I have WordPress 3.5.1. Could have a newer one…)
The topic ‘Php, redirecting & missing site’ is closed to new replies.