Latest News

Web Design Makeover, Part 1

Monday, March 30th, 2009

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.

Theme Support Update and Forum Changes

Thursday, March 5th, 2009

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

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!

Blossom Theme Repaired!

Monday, March 2nd, 2009

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!

Blossom Woes! Please update to v2.3!

Friday, February 27th, 2009

I made an idiotic mistake – leaving the wrong bit of code out of most of the templates, and hardcoding the image in them, making it impossible to hide it as many people do. Hey, some of us just aren’t flower people, I get it!

Anyway, you can download Blossom 2.3 at WordPress.org. in a couple of days or download here at Rose City Gardens

Sorry for the boo-boo! :( It looked just awful I’m sure and I hope you’ll keep using Blossom for your WordPress blog!)

Note – I’ll be creating a support forum specifically for theme bugs and problems, with each new theme having it’s own topic. It’s a lot easier to keep up with requests on a forum for me, and the answers to questions will be there for future users to find.

All the best – again, please forgive this old web wench!