• Hi everyone!

    Okay, so I’m wondering if there’s a way to link from the “pages” links to another website? On my website http://www.ganiggle.com there is a link at the top for “shop”, instead of clicking that and going to the wordpress page, is there a way to modify it so that clicking that button takes you to another page on my server?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could manually edit your navigation menu if you’re comfortable editing your theme’s files.

    • If so, find the file that has the navigation code in it (I’m guessing it would be in your header.php file).
    • Look for some code that looks like this: <?php wp_list_pages ()?>
    • Add the following code after that bit of code but before the </ul> tag:

    <li><a href="LINKTOYOURSTORE.com">Store</a></li>

    Should be a breeze if you’re comfortable enough to dig into the theme files.

    Thread Starter ganiggle

    (@ganiggle)

    Thanks! I’ll try that!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Linking From Pages’ is closed to new replies.