So viele Seiten und Kategorien im Menü angezeigt werden soll ? Wir haben ein MegaMenu für Sie.
Hover over Theme Features Oder Shop menu item to see the mega menu in action.
If you’re new to WordPress and website management in general you might be confused when someone says something like ‘Overwrite xxxx.php in your /library/functions folder and xxxx.css in your /skins folder‘. Was wir damit meine ist, dass Sie müssen eine Verbindung zu Ihrer Website mit einem FTP-client, Navigieren Sie zu dem genannten Ordner und überschreiben (mehr Infos dazu später).
Sometimes we say things like ‘You need to make changes inside xxxx.php located in your theme root around line 100’. Was wir damit meine ist, dass Sie müssen eine Verbindung zu Ihrer Website, Navigieren Sie zu der Datei, Laden Sie es auf Ihrer Festplatte, bearbeiten und wieder hochladen. Klingt schwierig – aber es ist weit davon entfernt.
Um erfolgreich mit Ihrem Server verbinden Sie benötigen 2 Dinge:
1. FTP client
FTP client is a program you will use to connect to your server. Wir verwenden FileZilla während dieses tutorial. Sie können ihn hier herunterladen.
2. FTP account
Most people get an FTP account from their hosting provider. Für den Fall, dass Sie nicht erhalten oder Sie haben vergessen die Informationen kontaktieren Sie Ihren Hosting-Provider oder selbst eine erstellen. Für den Fall, dass du verwendest cPanel folgen Sie dieser Anleitung. If you’re using Plesk as a server management software following this tutorial
Connecting to your server
1. Offenen FileZilla
2. Geben Sie Ihre FTP-Konto-Daten in die Felder in der oberen linken Ecke. In den meisten Fällen lassen Sie "Port’ leere

3. Wenn Sie alles richtig eingegeben sollte das Panel auf der rechten Seite mit einigen Ordnern und Dateien füllen.. The left panel is showing your hard-disk files
How to find my theme files?
Finden Sie auf der rechten Seite einen Public_html-Ordner (oder Htdocs auf Windows-Servern). Öffnen Sie den Ordner. Wenn Sie in den Stammordner Ihrer Website WordPress installiert, sollten Sie drei Ordner wp-Admin genannt sehen., wp-Content und wp-umfasst. Alle Theme-Dateien befinden sich im Ordner "wp-Content"; genauer gesagt, die Themen Ordner wp-content. Viele Male hören Sie uns sagen, die Begriff Thema Wurzel. Thema Wurzel bedeutet, musst du zu den ersten navigieren / übergeordneter Ordner Ihres Themas. The path will be something like public_html/wp-content/themes/your_theme_name
How to install a theme?
Installing themes using FTP is really easy – drag-n-drop easy. Unpack* your theme on your hard drive and navigate to it in the left (hard drive) panel. In the right (server) panel navigate to wp-content/themes. Now just drag your theme folder from the left to the themes folder on the right. When the files finish uploading go to your site Dashboard -> Apparance -> Themes and activate your theme. Piece of cake, right 🙂
* – make sure you don’t extract the theme in a folder, use ‘Extract Here’ so you don’t create a double folder problem.
For optimal viewing experience watch the video in Full Screen and HD quality
How to update a theme?
For detailed instructions on updating themes please read the following article. For video instructions on updating start watching the video tutorial above around the 4 minute mark.
How to overwrite a file?
To overwrite one of the theme files navigate to the folder where the file is located and just drag the file from your left (hard disk) panel to your right panel. When you do that you’ll be prompted to overwrite – click yes.
How to edit a file?
In case you want to edit one of the files navigate to it in your right (server) panel, right mouse click on the file and select View/Edit. When you do that the file will open in your default text editor. Edit the file in your text editor and when done hit Save. As soon as you hit Save a popup will appear in FileZilla asking you whether you want that file uploaded back to the server- be sure to click Yes.
How to change file/folder permissions?
In the right Filezilla panel (the server panel) right click on a file or folder and choose ‘File permissions…’. Inside the new window set the permissions either by clicking on the checkboxes or by entering the exact numerical value. Recommended permissions for files are 644, for folders 755. Some folders (like the cache folder) often require 777 permissions.
How can I find line no. 100 if there are no line numbers in Notepad?
If you plan on doing any serious file editing you’ll need to say goodbye to Notepad. My personal preference is Notepad++. The program is very easy to use, it features line numbers and also code highlighting.
How to make FileZilla open files in Notepad++
In case FileZilla doesn’t ask you which editor you want to use to edit php, js and css files go to (in Filezila) Edit -> Settings… -> File editing -> Filetype associations and add Notepad++ as a default editor for your files. This is how that area looks in my FileZilla

If you followed this guide carefully you should now be able to (easily) navigate, edit and overwrite any file in your theme.