Archive for Themes
How To Add A Menu To Whiskey Air Theme
21 August 2009After realizing my pages got hidden in the big sidebar, I decided to move them and the search box just below the header. A ul/li combination did the trick:
Here’s the CSS style for it. Add it in style.css.
/* Top menu: pages */
#ja-botnav {
background: #CCC;
clear: both;
margin: -2px 0;
padding: 5px 0;
text-align: right;
margin-top: 8px;
}
#ja-botnav ul {
margin: 0;
padding: 0;
}
#ja-botnav li {
margin: 0;
padding: 0 10px;
display: inline;
vertical-align: middle;
}
#ja-botnav li a {
color: #999999;
font-size: 9pt;
}
#ja-botnav li a:hover, #ja-botnav li a:active, #ja-botnav li a:focus {
color: #FFFFFF;
}
And here is the HTML to be added inside the header div:
<div id="ja-botnav">
<ul>
< ?php wp_list_pages('title_li=');?>
</ul>
</div>
If you’re too lazy to do it, download here Whiskey Air 0.9.1 with top menu. Updating Whiskey Air from 0.9 to 0.9.1 is simple. Just replace header.php, footer.php and style.css with the ones in the archive. Don’t forget to carry over any change and addition you’ve made to your Whiskey Air theme.
See here the Whiskey Air theme in action:
Do you have your blog powered by Whiskey Air? Share it here and I’ll share some link love.
WordPress Theme Pack: Butterfly 01
17 August 2009My latest articles showcased some of my recent WordPress themes, the ones that are available for public use. Together with some older themes, I created a simple theme pack consisting of 13 themes:
- WP Blizzard
- Clear Apple
- Clear Gift
- Clear Valentine
- Cyanide
- Light Constellations
- Naussica
- Naussica Evening
- Simple Butterfly
- Whiskey Air
- Whiskey Earth
- Whiskey Fire
- X41 Turbo
WordPress Theme: Cyanide
15 August 2009This theme, with some modifications, was built for an offshore client. Here it is now, in its glory for my faithful readers. Oh, don’t forget to subscribe to my RSS feed. You will get more updates.
WordPress Theme: Clear Apple
15 August 2009This theme started as a project theme for my Politics Club web site based on WordPress. With some Apple influence, I now give you WP Clear Apple WordPress theme.


