WordPress Themes

New WordPress theme sidetracked

Monday, March 23rd, 2009

I’ve been putting it off forever, but have decided to reopen my old business site, BK2K Web Design, as an online web jobs, web development, technology news sort of blog. Right now it’s kind of just sitting there with a little index page, and I miss it! :P So the Scrumptious theme has been temporarily sidetracked while I finish up the loose ends (including writing a slew of static pages, ugh.)

Here’s a screenshot of the new theme for BK2K (click for full sized):

BK2K Web Design

I’ll do my best to finish this up soon, and get back on track with Scrumptious, which will be coming by the end of the month. Stay tuned…

Eureka! Custom Header API Enlightenment

Wednesday, March 4th, 2009

For the longest time, I’ve been struggling with the Wordpress Custom Header API. I wanted to use it in my next theme, but was getting some wierd behavior, and it was screwing up a snippet that I use in the header that renders the right heading tag for the right page, and the headerimg is an <h1> tag on the front page only.  The post titles on the front page are <h2>. I use <h1> tags for top level pages, single post pages, and <h2> tags for archives, category pages and the like.   I use the above code to make sure the semantics were right.

I wish they’d made it a bit more flexible. it would be nice to upload both a background to the header div AND replace the headerimg div lext wtih a logo. And leave the description part alone, electing to hide it separately.

I am sure that all this can and will be soon accomplished by a WordPress geek soon! Just don’t expect it to be me! :D

So, I elected to trash the idea of custom image header in the next theme. What I am going to start doing though, is opening both support forums and making videos of how to do these manually,

Here’s my code I couldn’t bear to part with: goes in header.php, replacing everything in the <headerimg> its ending </div> tag.

<?php if (is_front_page()) { ?>
<h1><a href=”<?php echo get_option(’home’); ?>/” title=”<?php bloginfo(’name’); ?>”><?php bloginfo(’name’); ?></a></h1>

<?php } else { ?>
<a href=”<?php echo get_option(’home’); ?>/” title=”<?php bloginfo(’name’); ?>”><?php bloginfo(’name’); ?></a>

<?php } ?>

So, production on the promised theme shall begin again soon!

Good morning, world!

WordPress Theme Options

Tuesday, February 10th, 2009

I’ve made great progress with the new Blossom Theme for WordPress.

The tabbed sidebar module is actually three sidebars. You can leave them as they are, or you can change the tab text in the theme options panel and pop in your own choice of widgets. The block of six 125 X 125 blog ads is also configurable through the theme options panel – you can paste your ad code into the corresponding text box, or choose to hide the block of ads entirely. At the top right of the page you can change the introductory text or hide it.

For those who like “simple,” you can also show or hide the flower graphic at the top of the content column.

I highly recommend the tutorial and source file examples that Dan at Theme Forest puts together in a post called Create an Options Page For Your WordPress Theme. Thanks, Dan! I couldn’t have done it without you!

Just a few more bits to put together and Blossom will be submitted to the theme directory for approval. Stay tuned!

Next Free WordPress Theme

Sunday, February 8th, 2009

screenshot_1 Click the screenshot for a preview of Blossom, the next free WordPress theme from Rose City Gardens. It’s not quite finished; I still have bits and pieces to style and options to add.

Blossom will be ready for release by the end of the week. Stay tuned!

WordPress 2.7 Compatible Themes

Tuesday, January 27th, 2009

All of the Garden’s themes are now upgraded for WordPress 2.7 – that took me way too long, but I was like the keystone coder trying to get them ready. Little things kept going wrong – using the wrong screenshot, wrong tags, little style bugs (mostly in IE, damn it). I’m about to upload an update to Daisy Gray to fix the text widget styling. I need to slow down!

Still, I absolutely love making new WordPress themes. Right now I’m working on a very pretty (but not too girly) theme – look for a screenshot in about a week’s time. Famous last words…I’ll get it done before 2010, I promise! :wink:

Download your theme’s update from your WordPress backend or go here:

Coronado
Daisy Gray
Green Apples
Tickled Pink
Zeeb

Happy blogging!