Moving WordPress DB changes and/or functions.php
change DB values
table:
wp-options
column:
option_name
fields:
siteurl
home
also to note in here:
blogname
upload_url_path
comment_moderation
rss_language
admin_email
ALTERNATE OPTION, (db inaccessible)
add a few lines to:
wp-content/themes/default/functions.php
lines:
update_option(‘siteurl’,’http://yourUrl‘);
update_option(‘home’,’http://yourUrl/soundstrue.com/podcast‘);
If the second option used not to be forgotten, as it will overwrite DB every time App loads…