View Single Post
Old 01-30-2013, 04:31 PM   PM User | #2
chevy_ls_6
Regular Coder

 
Join Date: Aug 2009
Posts: 160
Thanks: 42
Thanked 2 Times in 2 Posts
chevy_ls_6 is an unknown quantity at this point
Not that this is your issue (quick & easy to find out), but I've done what you did a few times, and I always check for relative urls but most of the times it's been a url issue within wp/db...so dump the below in the head of your functions file [with your url info of course]:

Code:
update_option('siteurl','http://example.com/blog');
update_option('home','http://example.com/blog');
That has always cleared it up almost instantly for me...be sure and remove it pronto, btw.

[from the Codex: http://codex.wordpress.org/Changing_The_Site_URL]
chevy_ls_6 is offline   Reply With Quote