• Hi Guys

    On My Website [www.dengerojava.com] I want to change the Text for the Button at the Top Navigation bar [ i.e. Home ]

    How can I do this ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme’s header.php most likely, hard to say…

    You’ll likely have something along these lines (not exact)..

    <li>Home</li>
    <?php? wp_list_pages('some_code_here') ?>

    I think once you find that it’ll be obvious what to change… ??

    Thread Starter Ciwan86

    (@ciwan86)

    Thank You Very Much t31os

    You were right, it was in the header.php

    I used the [ wp_list_pages ] to find the area where Editing was needed.

    Thank you, your help has been much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Text of Buttons’ is closed to new replies.