blitzblank 2 WordPress Theme
You can read this post in German as well - visit page two.| Um diesen Beitrag in deutsch zu lesen, bitte nach unten scrollen und die Seite 2 besuchen.
blitzblank is the name of a wordpress theme. blitzblank based on “YAML”. YAML is an acronym for “Yet Another Multicolumn Layout”, an XHTML-CSS-Framework. Due to this foundation your blog will have a modern layout and your blog will support webstandards.
By changing a few lines of code you can create countless other layouts, for example changing the whole navigation, switching from a fixed width to full flexible float layouts or you switch from three columsn to two, one or four columns - just a few lines of code must be changed. Fortunately there are several tutorials in the online-documentation of the YAML-Website. Moreover you will find lots of comments in the css-files of blitzblank. If there is a YAML-upgrade, you’ll just overwrite the “yaml” folder and all will work without problems. Your individual files are in the “css” folder and this won’t be touched. Summing up, a theme based on YAML is browserfriendly today and will be in future as well. To work on your layout you should edit the basemod.css und content.css, that’s all.
Why blitzblank?
In addition to this already mentioned variety and quality of YAML, with the framework it is possible to create websites from “top-down” instead of “bottom-up”. As blitzblank is already a WordPress theme, you can create your WordPress themes with this top-down-mehthod as well. The amount of time for css-bugfixing will reduce to a minimum if not to zero. YAML-Layouts are also available for other Content-Management-Systems and Webshops. An YAML-expierenced developer won’t need much time to work himself into the code. The former versions of blitzblank (1.0, 1.1, 1.2) were used on lots of blogs. Anyway, in my opinion version 2 is much much better :-).
License
blitzblank merges YAML and WordPress, so you will have to pay attention to both licenses. WordPress is no problem anyway, but YAML calls for a link on your blog/website but offers other license modells, too, if a link is not possible or appropriate on your project. I ask for a link to this page, the theme page too. WordPress is also happy to get a link.
I placed the demanded links in the footer by default. I placed another link in it, the link to my personal website. You can delete this link of course if you like.
If there are problems with licensing, feel free to contact me - I will try to help.
Properties of blitzblank
- 3 column WordPress-Theme, the content column is in the middle of the screen but it is on the top in the source code.
- Theme is 960px wide. Within the website container relative units are used so you can increase the size of fonts, etc..
- Login-area is on the top in the right corner.
- Pages are listed as horizontal navigation elements.
- Text in the header-section is hidden but it is in the sourcecode.
- Print-CSS-Stylesheet for all pages and posts by default.
- Widgetized sidebars, although the theme could be used without widgets as well.
- Valid XHTML 1.0 transitional and CSS 2.1
Installation of blitzblank
- Download the theme file
- Unzip the file and put the file onto your webspace in your theme folder wordpress/wp-content/themes/
- Activate the theme in the backend
- Open the file header.php in the directory bb2en and customize it, put your blogname und authorname in it.
- Cut the favicon.ico file out of your bb2en directory and place it in your wordpress-root-directory (optional).
- Make a new header pic and place it in bb2en/css/screen/images and save it as “head.png” (optional).
- In bb2en/css/screen there are the already mentioned files “basemod.css” and “content.css” - here is the place for customizing the layout of your theme.
Changes to former versions (blitzblank 1.0, 1.1, 1.2)
- The width of the layout is set to 960 px. According to this decision it was possible to put the main content area on the top of the source code.
- The theme is not internationalized any more, so you have to decide to download the English or the German Theme Files. The lack of internationalising a theme was one reason that the release of blitzblank 2 took so long.
- Almost every file of blitzblank was rewritten. The comment area is redesigned. New templates were added. For example a 404.php, this file will be requested if a page cannot be found and there is an archive.php, this file will be requested if the user clicks on an archive-page. The necessary queries were in the header.php so these queries were made at each file requests as a part of the WordPress-Loop. Now the loop is in many files and is customized for each template.
- There are two templates for creating pages. By default there is the “page.php”, this file doesn’t show the comment-template. I met this decision, because now you can avoid an ugly message “No comments” and “Comments are closed” on all pages. If you want to allow comments, you can use the template “page_with_comments” (page_comments.php in your theme directory) and all will work.
- There is another template called “archives.php”. Write a page with it and there will be displayed a monthly archive, a category archive and a tag-cloud.
- The sidebar files where prepared for usage without using WordPress-Widgets.
- There are lots of comments in the files.
- The theme takes care of images and text. By default text is picking on images - that doesn’t look well. There are two classes “imagealignleft” and “imagealignright” to handle this. After including the image you add a class to it. Switch from “Visual” to “HTML” editing mode and you will see something like <img src=”… . Now you write your preferred class definiton before the “src”- attribut. It looks like this “<img class=”imagealignright” src=”… for an image which should be aligned right and <img class=”imagealignleft” src=”… for left aligned images.
Have fun with this theme and thanks in advance for your feedback!
Download
- blitzblank 2 - English version - last reviewed - 06-04-2008 - bb2en
Links with additional information
- blitzblank-Demo (German version of blitzblank)
- YAML-Online-Documentation
- YAML-Licenses
- Tutorial to make a new header - the shiny floor effect.”
Pages: 1 2

Dieter Welzel – #
Comment – 06. April 2008 – 6:44 pm
Werde die neue Blitzblank-Version mal bei einem meiner Blogs ausprobieren. Vielen Dank für das gelungene Theme und seine Weiterentwicklung.
Blitzblank Wordpress-Theme | Blogatelier – #
Pingback – 07. April 2008 – 3:36 pm
[...] nun in der Version 2 erhältlich. Die Seite zum Theme befindet sich in meinem anderen Blog! - blitzblank 2 auf deutsch | blitzblank 2 in [...]
georg – #
Comment – 17. April 2008 – 4:22 pm
Hallo,
ich habe das Problem, das wenn ich Seiten hinzufüge, dass er die letzte Seite als erste Seite im Menü nimmt kann ich die Reihenfolge ändern?
Tolle saubere Seite
Vielen Dank für die Hilfe
Georg
admin – #
Comment – 17. April 2008 – 8:27 pm
Servus Georg,
naja das hat mit blitzblank nichts zu tun. Bei der Listenanordnung kannst du vieles machen.
Anlaufstelle eins: im Backend, also dem Adminbereich die Aufen auf machen, da gibt es einen Punkt “Page Order”.
Anlaufstelle zwei: in der Datei header.php mal nach dem Template Tag “wp_list_pages” suchen - das ist nämnlich für die Art und Weise der Auflistung verantwortlich.
Ich bin so frei und verweis dich ohne große Worte auf den Codex-Artikel. Der Codex ist die Online-Doku für WordPress (http://codex.wordpress.org/wp_list_pages).
Wenn es weiterhin zwickt meld dich nochmal.
Schöne Seite übrigens, gefällt mir, viel Erfolg mit eurer Orga für Qualitätssicherung bei Coaches.
georg – #
Comment – 21. April 2008 – 1:39 pm
Hallo ich hätte noch eine Farge: Wenn ich in der Sidebar (2) ganz unten einen Widgets einfüge und der Innhalt der Seite oder des Artikel nicht lang genug sind so rutsch das letzte Widgets von rechts nach links? Bsp: lang http://www.icoweb.eu/ Bsp Kurz: http://www.icoweb.eu/ueber-uns/
! Woran kann das liegen?! ich kann mir nicht mehr helfen. Wäre aber wirklich wichtig da Dein Seite wirklich gut ankommt und ich schon alles eingestellt habe.
2 Frage weisst Du vielleicht wie ich wenn ich auf die Kategorien klicke (Sidebar 1 “Mitglieder” : http://www.icoweb.eu/category/mitglieder/
Die Informationen Tags und Kategorien wegbekomme?!
Selbst in Forum haben Sie es bei Deinem Theme nicht gefunden.
Danke DIr für die Hilfe
LG
Georg
georg – #
Comment – 21. April 2008 – 1:44 pm
Hallo und noch eine kleine Frage. das favivon habe ich im Rootverzeichnis wo auch die Index.php ist doch wird es nicht angezeigt? Danke
Georg
georg – #
Comment – 21. April 2008 – 2:15 pm
Sorry - favicon habe ich schon gelöst danke habe
<link rel=”shortcut icon” href=”/favicon.ico” />
und in Dein Verzeichnis mein neues favicon reingeldaden.
Ciao
Georg
admin – #
Comment – 21. April 2008 – 3:05 pm
Servus Georg,
Frage 1: Der Inhalt und die Widgets…?
Antwort: keine Ahnung, liegt wohl an den Widgets. Widgets schaffen ja selbst auch Quelltext. Wenn dann dieses Widget einen Quelltext schafft der mit der eigentlichen Seite kollidiert, dann kann es Probleme geben. Vielleicht einfach mal die Widgets umstellen. Müsst ich mir im Bedarfsfall mal genau anschauen, wird aber wohl nicht an blitzblank liegen. Wenn sich die Beschwerden dahingehend häufen werde ich nachsehen. Ich werde es mal weiter beobachten. Auf deiner Seite scheint aber nun alles erstmal zu passen.
Frage 2: Die Infos Tags und Kategorien beim Klick auf eine Kategorienlink entfernen.
Antwort: Du musst ausfindig machen, welche Datei den Inhalt für die entstprechende Seite liefert. In diesem Fall müsste das die Datei “archive.php” sein.
In dieser Datei hast du oben die Verzweigungen und unten den Loop (bei mir ab Zeile 38). Es gibt dort einen Absatz class=”postmetadata” …. . Dort stehen die Template Tags drin, die für die Anzeige von “Tags” und “Kategorien” für diese Seite verantwortlich sind. Mach sie raus und weg sind sie.