OK – I added
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);
to the config
and substituted the localhost with
update_option(‘siteurl’,’http://example.com’);
update_option(‘home’,’http://example.com’);
in the function.php
That seems to have got. Thank you for the help.
Thanks for the reply. What should I look for to see if they are hardcoded? And can they be ‘softcoded’?