Howdy folks
When I go to the General Settings page the Blog Address (URL) field is greyed out & I can't change it. How else can I edit this?
The site is http://www.organicseedsite.info.
Thanks
Vernon
Howdy folks
When I go to the General Settings page the Blog Address (URL) field is greyed out & I can't change it. How else can I edit this?
The site is http://www.organicseedsite.info.
Thanks
Vernon
If you have an access to database, you can change Blog Address directly in there.
Check out wp_options table:
SELECT *
FROM <code>wp_options</code>
WHERE option_name = 'siteurl'
OR option_name = 'home'Hi,
Refer this article:
http://codex.wordpress.org/Changing_The_Site_URL
http://codex.wordpress.org/Moving_WordPress
Thanks,
Shane G.
This topic has been closed to new replies.