oggtours
Member
Posted 6 years ago #
I know very little about scripting, so I think my problem probably has a simple solution.
I need to make the menu items at the top of my page link to external sites. At present they only link to my blog pages, but I want to link them to my wiki and to my homepage.
Can somebody lead me through this?
Thanks
http://www.oggtours.com/blogtours
LostNST
Member
Posted 6 years ago #
mrzippy13
Member
Posted 5 years ago #
I'm having the same problem as oggtours. I used the page LostNST linked to as a reference, but I simply couldn't figure out how to add a link to an outside page in the Freshy-10 header. Any help from folks here would be greatly appreciated!
http://www.13circles.com
I made it...
<div id="navigation">
<ul>
<li <?php if(is_home()){echo 'class="current_page_item"';}?>><a>/" title="Home">Home</a></li>
<strong>
<li><a href="http://www.bukavuonline.org/wp-gallery2.php">Gallery</a></li>
</strong>
<?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?>
</ul>
</div>
I added the link in bold from header.php