http://<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordPress Anleitung – Kreuz-App einbinden</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Inter', sans-serif;
background: #f5f5f5;
padding: 2rem;
line-height: 1.6;
}

.container {
max-width: 900px;
margin: 0 auto;
background: white;
padding: 3rem;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

h1 {
color: #1e40af;
font-size: 2.5rem;
margin-bottom: 1rem;
text-align: center;
}

.intro {
text-align: center;
color: #666;
margin-bottom: 3rem;
font-size: 1.1rem;
}

.step {
margin-bottom: 3rem;
border-left: 4px solid #3b82f6;
padding-left: 2rem;
position: relative;
}

.step-number {
position: absolute;
left: -1.5rem;
top: 0;
width: 2.5rem;
height: 2.5rem;
background: #3b82f6;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.2rem;
}

.step h2 {
color: #1e293b;
font-size: 1.5rem;
margin-bottom: 1rem;
}

.step p {
color: #475569;
margin-bottom: 1rem;
font-size: 1.05rem;
}

.screenshot {
width: 100%;
border: 2px solid #e2e8f0;
border-radius: 10px;
padding: 1.5rem;
background: #f8fafc;
margin-top: 1rem;
}

.wp-interface {
background: white;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
}

.wp-header {
background: #1e293b;
color: white;
padding: 0.5rem 1rem;
font-size: 0.9rem;
display: flex;
align-items: center;
gap: 1rem;
}

.wp-logo {
width: 20px;
height: 20px;
background: white;
border-radius: 3px;
}

.wp-sidebar {
background: #23282d;
color: #a0aec0;
padding: 1rem;
min-height: 200px;
}

.wp-menu-item {
padding: 0.5rem 1rem;
margin: 0.3rem 0;
border-radius: 5px;
cursor: pointer;
transition: background 0.2s;
}

.wp-menu-item:hover {
background: #32373c;
}

.wp-menu-item.active {
background: #0073aa;
color: white;
}

.wp-content {
padding: 2rem;
}

.block-inserter {
border: 2px dashed #3b82f6;
padding: 2rem;
text-align: center;
border-radius: 8px;
background: #eff6ff;
margin: 1rem 0;
}

.block-inserter-icon {
font-size: 3rem;
color: #3b82f6;
margin-bottom: 1rem;
}

.search-box {
width: 100%;
padding: 0.75rem 1rem;
border: 2px solid #cbd5e1;
border-radius: 8px;
font-size: 1rem;
margin: 1rem 0;
}

.block-option {
background: white;
border: 1px solid #e2e8f0;
padding: 1rem;
margin: 0.5rem 0;
border-radius: 8px;
cursor: pointer;
transition: all 0.2s;
display: flex;
align-items: center;
gap: 1rem;
}

.block-option:hover {
border-color: #3b82f6;
box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.block-icon {
width: 40px;
height: 40px;
background: #3b82f6;
color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
font-weight: bold;
}

.html-block {
background: #1e293b;
color: #10b981;
padding: 1.5rem;
border-radius: 8px;
font-family: 'Courier New', monospace;
font-size: 0.85rem;
overflow-x: auto;
margin: 1rem 0;
}

.publish-button {WordPress Anleitung – Kreuz-App einbinden

@import url(‚https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap‘);

* {

margin: 0;

padding: 0;

box-sizing: border-box;

}

body {

font-family: ‚Inter‘, sans-serif;

background: #f5f5f5;

padding: 2rem;

line-height: 1.6;

}

.container {

max-width: 900px;

margin: 0 auto;

background: white;

padding: 3rem;

border-radius: 15px;

box-shadow: 0 10px 30px rgba(0,0,0,0.1);

}

h1 {

color: #1e40af;

font-size: 2.5rem;

margin-bottom: 1rem;

text-align: center;

}

.intro {

text-align: center;

color: #666;

margin-bottom: 3rem;

font-size: 1.1rem;

}

.step {

margin-bottom: 3rem;

border-left: 4px solid #3b82f6;

padding-left: 2rem;

position: relative;

}

.step-number {

position: absolute;

left: -1.5rem;

top: 0;

width: 2.5rem;

height: 2.5rem;

background: #3b82f6;

color: white;

border-radius: 50%;

display: flex;

align-items: center;

justify-content: center;

font-weight: bold;

font-size: 1.2rem;

}

.step h2 {

color: #1e293b;

font-size: 1.5rem;

margin-bottom: 1rem;

}

.step p {

color: #475569;

margin-bottom: 1rem;

font-size: 1.05rem;

}

.screenshot {

width: 100%;

border: 2px solid #e2e8f0;

border-radius: 10px;

padding: 1.5rem;

background: #f8fafc;

margin-top: 1rem;

}

.wp-interface {

background: white;

border: 1px solid #ddd;

border-radius: 8px;

overflow: hidden;

}

.wp-header {

background: #1e293b;

color: white;

padding: 0.5rem 1rem;

font-size: 0.9rem;

display: flex;

align-items: center;

gap: 1rem;

}

.wp-logo {

width: 20px;

height: 20px;

background: white;

border-radius: 3px;

}

.wp-sidebar {

background: #23282d;

color: #a0aec0;

padding: 1rem;

min-height: 200px;

}

.wp-menu-item {

padding: 0.5rem 1rem;

margin: 0.3rem 0;

border-radius: 5px;

cursor: pointer;

transition: background 0.2s;

}

.wp-menu-item:hover {

background: #32373c;

}

.wp-menu-item.active {

background: #0073aa;

color: white;

}

.wp-content {

padding: 2rem;

}

.block-inserter {

border: 2px dashed #3b82f6;

padding: 2rem;

text-align: center;

border-radius: 8px;

background: #eff6ff;

margin: 1rem 0;

}

.block-inserter-icon {

font-size: 3rem;

color: #3b82f6;

margin-bottom: 1rem;

}

.search-box {

width: 100%;

padding: 0.75rem 1rem;

border: 2px solid #cbd5e1;

border-radius: 8px;

font-size: 1rem;

margin: 1rem 0;

}

.block-option {

background: white;

border: 1px solid #e2e8f0;

padding: 1rem;

margin: 0.5rem 0;

border-radius: 8px;

cursor: pointer;

transition: all 0.2s;

display: flex;

align-items: center;

gap: 1rem;

}

.block-option:hover {

border-color: #3b82f6;

box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);

}

.block-icon {

width: 40px;

height: 40px;

background: #3b82f6;

color: white;

display: flex;

align-items: center;

justify-content: center;

border-radius: 6px;

font-weight: bold;

}

.html-block {

background: #1e293b;

color: #10b981;

padding: 1.5rem;

border-radius: 8px;

font-family: ‚Courier New‘, monospace;

font-size: 0.85rem;

overflow-x: auto;

margin: 1rem 0;

}

.publish-button {

background: #3b82f6;

color: white;

padding: 0.75rem 2rem;

border: none;

border-radius: 8px;

font-weight: 600;

font-size: 1rem;

cursor: pointer;

transition: background 0.2s;

}

.publish-button:hover {

background: #2563eb;

}

.tip-box {

background: #fef3c7;

border-left: 4px solid #f59e0b;

padding: 1rem 1.5rem;

border-radius: 5px;

margin: 1.5rem 0;

}

.tip-box strong {

color: #92400e;

}

.success-box {

background: #d1fae5;

border-left: 4px solid #10b981;

padding: 1rem 1.5rem;

border-radius: 5px;

margin: 1.5rem 0;

}

.success-box strong {

color: #065f46;

}

.arrow {

color: #3b82f6;

font-size: 1.5rem;

margin: 0 0.5rem;

}

@media print {

body {

background: white;

}

.container {

box-shadow: none;

}

}

📝 WordPress Anleitung

So bindest du die Kreuz-App in deinen Blog ein

1

WordPress Dashboard öffnen

Gehe zu: arminherzberger.com/wp-admin und logge dich ein.

💡 Tipp: Links in der Seitenleiste findest du alle WordPress-Menüs.

2

Neuen Beitrag erstellen

Klicke auf: Beiträge Erstellen

Oder bearbeite einen bestehenden Beitrag.

3

Custom HTML Block hinzufügen

Im Editor klicke auf das + Symbol (Plus-Zeichen)

Suche nach: „HTML“ oder „Custom HTML“

Block hinzufügen

</>
Custom HTML

Schreibe eigenen HTML-Code
💡 Wichtig: Wähle genau „Custom HTML“ – nicht „Code“ oder „Präformatiert“!

4

Code einfügen

1. Öffne die Datei: wordpress-kreuz-app.html

2. Markiere den GESAMTEN Inhalt: Strg+A (Windows) oder Cmd+A (Mac)

3. Kopiere alles: Strg+C oder Cmd+C

4. Füge es im HTML-Block ein: Strg+V oder Cmd+V

<!– WORDPRESS CUSTOM HTML BLOCK –>
<div id=“kreuz-app-container“>
<style>
.kreuz-wrapper {
background: linear-gradient…
}
</style>

</div>

✅ Der komplette Code sollte hier eingefügt sein

5

Veröffentlichen

Klicke oben rechts auf den blauen Button: „Veröffentlichen“

Oder erst „Vorschau“ um zu testen, dann „Veröffentlichen“

✅ Fertig! Deine App ist jetzt live auf deinem Blog!

💡

Zusätzliche Tipps

Falls der Custom HTML Block nicht erscheint:

  • Prüfe, ob du den Block-Editor (Gutenberg) nutzt
  • Beim Classic Editor: Wechsle auf den Tab „Text“ statt „Visuell“
  • Manche Themes blockieren Custom HTML – prüfe die Theme-Einstellungen

Funktioniert die App nicht?

  • Stelle sicher, dass der KOMPLETTE Code eingefügt wurde
  • Prüfe, ob dein Theme JavaScript erlaubt
  • Lösche den Browser-Cache und lade die Seite neu
📧 Brauchst du Hilfe? Schick mir einfach einen Screenshot von deinem WordPress-Editor, dann schaue ich, was los ist!

Hinterlasse einen Kommentar