Home Tab Points To localhost
-
Hi.
I developed locally and I uploaded to my final site to my Remote Host.
I wanted to do some housekeeping to remove unnecessary pages and posts.
I did this while logged into shareyourpeace2.info/projectPortfolioDecember
– from the dashboard.I believe that I renamed a page that was called ‘Front’.
Now when I click on the HOME TAB,
the url: is https://localhost:8888/projectPortfolioDecember/
and the browser error is “This Website is not available.”To troubleshoot, I compared two sites below, both of which have the HOME TAB.
This first site was a learning site.
https://shareyourpeace2.info/projectPortfolio
If you click on any Tab and then click on the HOME TAB to return, it works.
Inspect Element ><a href="https://www.shareyourpeace2.info/projectPortfolio/">Home</a>
This is my final site.
https://shareyourpeace2.info/projectPortfolioDecember/
If you click on any Tab and then click on the HOME TAB , it says’Inspect Element >
<a href="https://localhost:8888/projectPortfolioDecember/" onclick="__gaTracker('send', 'event', 'outbound-widget', 'https://localhost:8888/projectPortfolioDecember/', 'Home');">Home</a>
From cpanel >phpmyadmin > database > wp_options:
In MySQL wp_options
Siteurl shareyourpeace2.info/projectPortfolioDecember
Home shareyourpeace2.info/projectPortfolioDecemberWordPress Dashboard
Settings > general >
Wordpress address(URL) shareyourpeace2.info/projectPortfolioDecember
Site Address (URL) shareyourpeace2.info/projectPortfolioDecember/WordPress Dashboard
Settings > reading >
Front page displays your last postsI cannot find the file or code to fix this ?
Please help ?I have manually looked everywhere.
I understand a lot of theme development – the php, mysql, configuration but I still find it confusing… When I look at all of my pages, I never see a ‘home page’ or the page that would be the index.php.the home page,
the front page,
the blog page.The inspect element comparisons above show something but I do not know where to go to fix this path.
Thanks.
- The topic ‘Home Tab Points To localhost’ is closed to new replies.