Forums

[resolved] Change the word "Home" on menu? (3 posts)

  1. keviokevio
    Member
    Posted 2 years ago #

    For my menu to display a link to my homepage, I use the following code:

    '<?php wp_page_menu('show_home=1&include=3300'); ?>'

    It displays the link as "Home", but I want to change it to say something else. How would I go about doing that?

    I remember hearing that I have to edit some code on a different file in a different folder, like somewhere in "wp-admin".

  2. Change the 1 to text.

    Like this:

    <?php wp_page_menu('show_home=MySite.Com&include=3300'); ?>

    You may need quotes around the text, I'm not sure.

  3. keviokevio
    Member
    Posted 2 years ago #

    Wowa that was simple. I didn't need any quotes btw.

    Thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic