n00b query problem.
I was able to publish my site, I got it to work but I noticed that when I navigate to other pages, the pages in the localhost is called instead of the pages that are up/were published, happens even when I try to log-in to /wp-admin. So how do I prevent this from happening? I get the inkling that I have to change all instances of http://localhost/sitename to http://domain name. But do I do this before publishing it or after publishing it and where in the Dashboard do I this? Which brings us to the next problem - trying to solve the mentioned problem above I changed some parameters in the General Settings, WordPress address (URL) and Site address (URL) in particular. I changed it thinking that if replace it with the domain name, the published pages will be called. Needless to say after that, whenever I try to log in /wp-admin via the live site, I get redirected to the log in page of my localhost and vice-versa. It became a looping sequence, which made me unable to log in to the Dashboard, even when I deleted the published site (thinking it would break the looping sequence). I'm prepared to go into coding mode even if I loathe it just to break the loop.