I’ve been slacking in my WordPress theme development so I thought I’d release Azul 1.5 for everyone to enjoy. I’ve been using it on my site for a while now and I don’t see any issues that need to be addressed. I’ll post an update when it is approved over at WordPress.org. Update: A couple [...]
Updated – 05/17/2009 Thanks to Marla for pointing this out. You can easily change the “Home” button on the Azul/Baughxie themes to anything you want by simply modifying this bit of code in the “header.php” file: <div id=”navbar”> <?php wp_page_menu(‘show_home=1′); ?> </div> All we need to do is modify the menu tag something like this [...]
I’ve been working on a new WordPress theme called “Baughxie”. It’s loosely based on the Azul theme, but I decided to try a couple new things with my CSS. Right off the bat you’ll notice that the navigation menu is centered and the date for each post looks like a neat little calendar page. You [...]