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!
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.
ganiggle
Member
Posted 3 years ago #