If I want to have a link at the bottom of a page to return to my home page, the code I need to learn involves navigation tags, is that right?
If I want to have a link at the bottom of a page to return to my home page, the code I need to learn involves navigation tags, is that right?
Not really, you can just add a normal html link to your home page in your theme's footer.php file:
<a href="http://yoursite.com">Home</a>
Wonderful! Be it resolved that this issue is resolved!
Thanks.
This topic has been closed to new replies.