• Hello

    I have set up a new website. The address is doctrinity.com. I have a page which links to WordPress (Wisdom After Midnight). Can someone please tell me how to navigate from WordPress back to the website homepage?

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • In WordPress you can use the Custom Menu system to create a menu to go under your header. Here is a tutorial:
    http://ericasays.com/2984/wordpress-3-custom-menu-tutorial/

    In the Menu system, you can create a Custom Link pointing to any URL you wish, and place it in the menu.

    In the ‘Custom Links’ box in the left panel, enter the URL http://doctrinity.com/ in the URL box. Enter whatever you wish in the Label box and click ‘Add to menu’. Drag the new menu item into the position you wish and click ‘Save Menu’.

    If you do not want to use a Custom Menu, or for this to appear in the sidebar you could use a Text Widget (dragged to the top of the sidebar area) with:

    <a href="http://doctrinity.com" title="Click to return to main site">Back to Doc Trinity</a>

    Change the ‘Back to Doc Trinity’ and ‘Click to return to main site’ to whatever you like.

    http://www.w3schools.com/tags/tag_a.asp

    This could be further customized with CSS

    http://www.w3schools.com/css/

    Thread Starter doctrinity

    (@doctrinity)

    thank you vtxyzzy and Seacoast Web Design. I will try it out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation’ is closed to new replies.