This readme was first written on December 29th, 2008.
Hanami Operating Manual
- About
- Installation
- Replacing the Header Image
- Special Formatting
- Questions, Comments, Feature requests
- Special Thanks
-
About
Hanami is a two-column widget-ready theme inspired by the WordPress Admin palette (circa 2.6) and the Seed Conference font-stack. Simple and clean, the purpose of the design is to display content in clear and concise manner.
In addition to a clean and simple design, Hanami also features:
- Support for child-pages, displayed as sub-navigation
- A widget-enabled sidebar
- Front page styling for sticky posts
- Special formatting, such as drop-caps and image captions
- Author comment highlighting
- Threaded comments for WordPress 2.7+
-
Installation
Hanami is installed in the same way as all other WordPress themes. Simply place the extracted theme in your themes directory (usually
/wp-content/themes
). Log-in to the WordPress administration panel, go to the "Design" section, and activate Hanami. If my explanation confused you, or you haven't installed a theme before, more detailed directions can be found in the WordPress Codex here. -
Replacing the Header Image
The themes header is called
header.jpg
and is located inhanami/images/header.jpg
. The dimensions are 960 by 125 pixels. To replace the header image, create your new image and name itheader.jpg
. Delete the oldheader.jpg
and upload your newheader.jpg
to the same directory as the old one. -
Special Formatting
Hanami has a number of options for special formatting for your posts.
Captions
Adding a caption to an image requires the addition of a caption class to the paragraph, like so:
<p class="caption"> This is a photo of us at a picnic, the bears look hungry but were quite nice. </p>
If you are using the WordPress image uploader, you can also add captions through the media interface.
Drop-Caps
Drop-caps are used to make the first letter of a post larger than the rest of the body copy. To use drop-caps, place a span around the first letter of a post, like so:
<span class="dropcaps">O</span>nce upon a time...
Blockquotes
Blockquotes are added by wrapping
<blockquote>
tags around a chunk of text. In addition to the normal blockquote formatting, Hanami supports the<cite>
tag within the blockquote as a way to distinguish the source of the quote. To use this extra formatting, create your blockquote as usual, and then wrap the source of the quote in the<cite>
tag, like so:<blockquote> Money is better than poverty, if only for financial reasons. <cite> Woody Allen</cite></blockquote>
Post Thumbnails
Hanami supports thumbnails at the beginning of a post. To use post thumbnails simply add a class to the
<img>
tag like so:<img src="./images/thisismyimage.jpg" class="thumbnail" alt="" />
-
Questions, Comments, Feature Requests
I'm always happy to get feedback, so feel free to shoot me a line or ten at
themes@andreamignolo.com
. It might take me a while to get back to you depending on my schedule, so please be patient! -
Special Thanks
Special thanks to Scott Allan Wallick's inspirationally detailed readme files. They are incredibly awesome.