• I’m using the theme Yashfa for my website, https://www.turkishwomensinitiative.com. I’ve created a static home page, but in order for it to say “Home” in the top menu, I would have to title the page “Home.” Right now you can go home by clicking on the Header, but I’d also like a Home link in the top-nav menu.

Viewing 1 replies (of 1 total)
  • haven’t looked into your theme, however, many themes would ‘hardcode’ the home link into the pages menu –
    maybe you can get inspiration from this:

    <ul>
        <li class="home"><a href="<?php echo get_option('home'); ?>/">Home</a></li>
        <?php wp_list_pages('title_li='); ?>
     </ul>

Viewing 1 replies (of 1 total)
  • The topic ‘Adding link to home page’ is closed to new replies.