Web Design Makeover, Part 1

Ideally, I would have all my content written and organized before I coded a site, but I wanted to finish the BK2K Web Design theme so I can finish the Scrumptious theme. I’ll work on that and the content for BK2K over the next couple of weeks, giving myself a little variety. I love coding – but I really don’t like writing. It’s hard to get inspired! So I’m going “back to school” and treating it like a homework assignment. I’m starting by creating an outline.

  1. Home
  2. About
    1. About BK2K
    2. About Me
    3. About this Site
  3. Learn
    1. Online Schools
    2. Video Tutorials
    3. Tutorials
  4. Tools
    1. Hardware
    2. Software
  5. Jobs

That was easy enough! Tomorrow, I’ll decide what the title and meta description tags for the pages will be, keeping SEO, and which keywords I want to target in mind.

New WordPress theme sidetracked

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…

I’ve decided to handle all support for Rose City Gardens’ WordPress themes in their individual forums, and close the comments for the initial release announcements. I hate to stifle discussion, but it’s getting a bit overwhelming keeping up with comments, email and the forum. While you will have to sign up to post, I swear before all that is holy I will never, EVER, spam you or give your address to spammers.

While I’ll be around for a few years yet, I have a bad liver problem and that means that my energy level is pretty limited. Sometimes I have to leave things for a day or two and catch up when I’m feeling better. I am so sorry to let down the wonderful users who like and download my themes. Be assured that I will be making WordPress themes as long as I can use a keyboard. Whether or not they will be usable is an entirely different story! :D

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!

Blossom Theme Repaired!

Free WordPress Theme Blossom version 2.3

Now I’m going to spend the next 2 weeks beta-testing the next scrumptious theme! I think I have finally mastered the custom header image API (go on and laugh at me, it seems to be such an easy task for everyone but me! :( )

The new design will be neutral and brown shades, liquid with a wide sidebar. It will be Scrumptious! If any member wants to beta test please let me know! I’m starting the support threads in the forums today.

Does anyone know of a WordPress themers community, that is not WordPress.org? I used to try and answer about 5 questions a day but it gets tiresome because they just don’t reply so you don’t know if your suggestion helped or not, or there are page after page of unanswered questions…

I understand the perception from both points of view – both the halper and the helpee, but first doing a search to see if your question has been answered might save you some time, and if someone does help you, a thank you doesn’t hurt!