Forums

Linking From Pages (3 posts)

  1. ganiggle
    Member
    Posted 3 years ago #

    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!

  2. Clicknathan
    Member
    Posted 3 years ago #

    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.

  3. ganiggle
    Member
    Posted 3 years ago #

    Thanks! I'll try that!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags