Docu TSV Homepage

Homepage Backup

Anleitung: https://wordpress.org/support/article/wordpress-backups/

Backing up a database

These instructions explain how to backup your entire database.

  1. Login to All-inkl.com
  2. Select „Datanbanken“ => Aktion „mphpAdmin“
  3. Log into phpMyAdmin.
  4. Select the source database on the left pane.
  • wordpress = tsv hompage until end of 2020
  • tsv2021 = tsv homepage from 2021 on
  1. Click on the Export tab in the top center pane. phpMyAdmin_export_method
  2. On the next page you must select a Quick or Custom export method. Choosing the ‚Quick‘ method allows you to download the .sql file immediately. The ‚Custom‘ method gives you more control over the data. Only use the ‚Custom‘ method if you’re very familiar with managing SQL tables.
  3. From the dropdown menu, choose the format you’d like to save the file as. SQL is most common.
  4. Click the Go button to continue.
  5. A pop-up displays allowing you to download the file. (Note: your browser may also download it automatically.)

Backing up a WordPress Folder

  1. Login to All-inkl.com
  2. Select FTP => Login as main user
  3. Zip the wp folder
    1. Select folder to be zipped
  • 2016/wptsv = tsv hompage until end of 2020
  • tsv2021 = tsv homepage from 2021 on
  1. select „Aktionnen“ = Archiv erstellen
  • <date YYYYMMDD>_folder_<foldername>.zip
  • Note: this might take some time
  1. move archiv to folder backup_tsv
    1. select zip file

New Homepage 2021

WordPress Installation

– Verzeichnis: tsv2021

– Datenbank: tsv2021

WordPress Doku und hilfreiche Einführungen

Wie werden WP Seiten aufgebaut? Welche Dateien sind beteiligt?

https://www.mittwald.de/blog/cms/wordpress/wordpress-verstehen-der-aufbau-eines-themes

Theme

Name: Dynamic News Lite

Manual: https://themezee.com/docs/dynamicnews-documentation/

Farben für Menüpunkte wechseln

– Design – Theme-Editor

– Theme-Dateien: Stylesheet (style.css) und all weiteren .css

– Farbe #e84747 ersetzten mit #0000ff

Logo-Hintergrund wechseln

– Design – Theme-Editor

– Theme-Dateien: Stylesheet (style.css)

#header-wrap {
/* color behind logo fro fff to 00f – Pascal 11.11.20 */
background: #00f;

Abstand über und unter Logo verringern

– Design – Theme-Editor

– Theme-Dateien: Stylesheet (style.css)

#logo {
float: left;
max-width: 100%;
/* reduce top and bottom margin => no margin above/below logo- Pascal 11.11.20 */
margin-top: -2em;
margin-bottom: -2em;

Plugins

Veranstaltungskalender

Name: WP Calender

Untermenü auf Seiten

Name: Page-list

Docu: https://wordpress.org/plugins/page-list/

Newsletter (open)

Galerie / Dia-Show (open)

Bilder für die Homepage

Rechte / Infos

Where to Find Professional Images for Your Website Without Paying Professional Prices

The 31 Best Homepage Design Examples and Ideas for Your Website

https://www.crazyegg.com/blog/homepage-design/

Quellen für freie Bilder

pixabay: https://pixabay.com/

unsplash: https://unsplash.com/

pexels: https://www.pexels.com/

12 Places to Find Free Images for Your Website and Social Media: https://www.thebalancesmb.com/free-images-for-your-website-1794600

·  Microsoft Website

·  Openclipart

·  Wikimedia Commons

·  everystockphoto

·  pixelio

·  flickr: Creative Commons

·  Image * After

·  IconArchive

·  Google Images (Advanced Search > choose usage rights and start searching)

·  The Ultimate Directory Of Free Image Sources

·  Pixabay

·  Pexels

·  Unsplash

·  Creative Commons

·  iStock Photo (purchasing license free pictures)

·  fotolia (purchasing license free pictures)

·  shutterstock (purchasing license free pictures)

Seitenstruktur

Menüs

  • Primär
  • Footer-Menü (Impressung, Datenschutz, …)
  • Social-Links-Menü (nicht angezeigt)

Widgets

  • Header
  • Magazin-Startseite
  • Sidebar
    • WP Calender Simple
      • Titel = Veranstaltungen
      • Max Events = 10
      • Vorlage = <p><strong>{event_subject}</strong><br />{event_startdate} {event_starttime} – {event_enddate} {event_endtime} @ {event_location}</p><br>

Templates & Guidelines

Seiten mit Unterseiten, ohne eigenem Inhalt

z.B. Breitensport, Senioren, Kinder, …

Diese sollen nur die Unterseiten anzeigen. Dazu soll das Plugin Page-list verwendet werden. Link zur Doku des Plugins. Siehe Plugins.

Auf diesen Seiten im Code Editor folgenden Text angeben:

Site Map