WordPress Blank-Theme mit LESS von r23
Hi. Auf dieser Webseite kannst du dir ein persönliches Blank-Theme erstellen. Als Basis verwende ich das _s Blank-Themes von Automattic.
Für die Erstellung von eigenen WordPress Theme stellen die Entwickler von WordPress ein Starter-Theme (oder auch “Blank-Theme”) zur Verfügung. Dieses Starter-Theme habe ich an die dynamische stylesheet Sprache LESS angepasst. Hier kannst du den eigenen Theme-Namen eintragen und sparst dir das Suchen und Ersetzen des Theme-Namens im Text-Editor.
Erstelle Dein Blank-Theme
Die Daten werden nicht auf dem Server gespeichert - versprochen!
Informationen über LESS
www.lesscss.de
GitHub Project
Eine Einführung zur Nutzung des _s Blank-Themes von Automattic findest du in "A 1000-Hour Head Start: Introducing The _s Theme" auf ThemeShaper.
- A just right amount of lean, well-commented, modern, HTML5 templates.
- A helpful 404 template.
- An optional sample custom header implementation in
inc/custom-header.php
- Custom template tags in
inc/template-tags.php
that keep your templates clean and neat and prevent code duplication. - Some small tweaks in
inc/extras.php
that can improve your theming experience. - A script at
js/navigation.js
that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. - 2 sample CSS layouts in
layouts/
: A sidebar on the right side of your content and a sidebar on the left side of your content. - Smartly organized starter CSS in
style.css
that will help you to quickly get your design off the ground. - The GPL license in license.txt. Use it to make something cool.
- Based on _s from github