• Hi Guys

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

    How can I do this ?

    Thanks

Viewing 1 replies (of 1 total)
  • Try editing the template file for your nav bar in your theme (header.php?) and change:

    <li><a href="<?php bloginfo('url);?>">Home</a></li>

    to

    <li><a href="<?php bloginfo('url);?>">Your Custom Text Here</a></li>

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