Everything you need to change is located inside sidebar.php
1. Almost at the top of the page look for,
<li><a href="<?php bloginfo('url'); ?>">Startseite</a></li>
and change the word to whatever you want. (home)
2. Scroll down a bit and look for <h2><?php _e('Search'); ?></h2>
Just below that you’ll see,
<input type="submit" value="Suchen" class="sendebutton" />
Change value=”whateveryouwant”
Thank you so much, Len. I really appreciate your help!
This is new to me — I’ve never opened up any of the files/folders. I’ve just used the website as it appeared.
Where do I look to find these files and how do I open them up?
The way I do it is make my changes using a text editor, notepad works just fine in this case although there are others more rich in features, then upload my changes via ftp. However, if you’re that inexperienced I suggest sticking to the built-in theme editor. From your Dashboard click Presentation then click Theme Editor. All of the active theme’s files will appear in a list to the right.