bleichnitz
Member
Posted 2 years ago #
I am setting up my blog that has multiple pages. The 'home' page tab sends users to my host url "leichnitz.org" instead of the main home page that I have my posts on "leichnitz.org/10digitalart". How can I change the URL link on that Home tab to direct users to the correct page?
laisunshine
Member
Posted 2 years ago #
My site is http://www.example.com and my blog is located at http://www.example.com/blog
So in order to get back to example.com from example.com/blog I have to go into the database or change the wp-config.php file? That sounds like a bigger hassle than it should be. Is this correct?
Thanks!
laisunshine
Member
Posted 2 years ago #
I tried this and it screwed up everything. I had to reinstall. All I want is the home tab to link back to my website. The blog is a link off of that website. Any suggestions?!!
Thanks.
@laisunshine I believe the OP had a different issue than you did, and so you are following instructions you shouldn't be.
It's usually better to start your own thread for help
You just need to edit your menu....probably in header.php
look for a bit of code in there like this:
<a href="<?php bloginfo('url'); ?>">Home</a></li>
That's your home button
Change it up to:
<a href="http://yourwebsite.com">Home</a></li>