A website I am working on will only show the IP address in a URL instead of the domain name. For example, the URL of the homepage is http://actionloanfunding.com. If you go to any page, post, image, etc., it displays the URL as http://174.133.56.10/ which is the IP address of the server.
Here's the story: We built the site on our private servers but NOT directly in the "public_html" folder which is in the root directory. We built it in the "wordpress" folder which is INSIDE the "public_html" folder. So we just copied all of the contents from the "wordpress" folder and put it directly into the "public_html" folder (not in a subfolder like how it previously was). And we just let it go live by linking it to the actionloanfunding.com domain purchased from GoDaddy.
So now that the site is live, how can I fix it so that all of the links are correct. For example, the "Investors" page should be http://actionloanfunding.com/?page_id=10, not http://174.133.56.10/~actionlo/wordpress/?page_id=10
If anyone can help me fix this that would be GREAT! Thanks in advance!