Im not sure but I might have deleted the Home link in the top menu, and after making a new one I dont know how to point it to the startpage. Is there anyway to do this?
Thanks in advance
Im not sure but I might have deleted the Home link in the top menu, and after making a new one I dont know how to point it to the startpage. Is there anyway to do this?
Thanks in advance
<a href="<?php echo get_settings('home'); ?>">Home</a>
Im a beginner at WP so Im not sure where to put that
Thanks
Ok. Where did you make the new link to the home page in the top menu? Did you do it directly on a file, like header.php? You just have to wrap the word "Home" (or whatever your link says) with the <a href= part.
No I added a new page (to get the Home link in the menu)
And you want that new page to be the home page? Ok, then go to "Settings"--"Reading" and select "Front page displays a static page" and pick your new page "Home" from the drop down menu.
I solved it now. Thank you so much!
I should explain better I guess,
I put your code in header.php in the main-nav
It worked great.
This topic has been closed to new replies.