• 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
    https://www.oggtours.com/blogtours

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    https://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="https://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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add links to menu (Freshy theme)’ is closed to new replies.