Hi,
I developed this site locally first http://foodery.com/draft/, then uploaded to the hosting site, both the files and DB. Everything works OK, except some of the links within the site point to localhost versions of the site.
For example, in the nav bar About Us should be going to http://foodery.com/draft/?page_id=2, instead it links to http://localhost/foodery/?page_id=2. The exception to this is the Blog page, which i hand coded. Problem seems to exist with dynamic links only.
So somewhere the DB or link is pulling in the setting for localhost. Any suggestion where to find this and fix? Thanks so much.