• Resolved dobro

    (@dobro)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

    Thread Starter dobro

    (@dobro)

    Wonderful! Be it resolved that this issue is resolved!

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘navigation tags?’ is closed to new replies.