• If anyone is familiar with the Red Minimalista theme — do you know how to edit the “startseite” Page label to say “home,” and how to change the “search/suchen” label to “search?

    I appreciate any help with this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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”

    Thread Starter newwordpressuser

    (@newwordpressuser)

    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.

    Thread Starter newwordpressuser

    (@newwordpressuser)

    It worked! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Red Minimalista-2X’ is closed to new replies.