Bud's Tech Shed

  • Home
  • Need Help?
    • I need lots of help and am willing to pay for your time in getting the job done
    • I just have some questions that I can’t find answers to and was hoping you could help me out
  • Free WP Install
    • Free Wordpress Install FAQ
    • Free WP Install Signup
  • Contact
  • Pink Cadillac Wordpress Theme

    The Pink Cadillac theme came about almost by accident. I had already done the basic theme color scheme but couldn’t figure out what to do with it. Then about a week ago I made contact with a Wordpress user who wanted to make a sub-header area similar to a site he liked. He wasn’t sure how to go about doing...
    Read more
  • Blue Moon Magazine Theme – Loaded With ...

    Blue Moon is a magazine style Wordpress theme with lots of features. Navigation above or below header Glider panel for featured content Featured category panel Post excerpt with thumbnails on front page Automatic support for WP-Pagenavi Enable/disable comments on pages Dynamic semantic classes for body, post & comments Admin bar at top of page when logged in Ad/banner areas in header, main content, sidebar & end of posts Incorporates WP...
    Read more
  • Green Envy Theme – An Artisteer Created...

    Green Envy is my latest theme created with Artisteer. I’m really having a blast with Artisteer. It lets me create the basic theme very quickly. Then I can spend my time improving it and adding features that put the theme in the premium range as far as options and flexibility go. Green Envy is a magazine style theme and is loaded...
    Read more
  • Cool Blue – An Artisteer Inspired Theme

    Cool Blue is a theme that was created with Artisteer. Artisteer is a great program for quickly creating a basic Wordpress theme structure. It just has a few areas that need some adjustments. I’ve tried to address a couple of those areas with this theme. There’s nothing wrong with the basic generated theme, it’s just that some of...
    Read more
The Wordpress Loop In Detail – Part 1
This article was posted on June 18th, 2009 by: Bud

In this tutorial I’ll explain how the Wordpress loop works and how to bend it to your will. The Loop is the heart of your blog and is used to display your blog posts. We’re going to be looking at a standard theme that uses the basic loop such as the default Wordpress theme or even a theme created with Artisteer. More sophisticated themes will have heavily modified or multiple loops to display the front page. By controlling The Loop you can display what you want where you want. You can insert code before and after The Loop or even inside The Loop between posts. It’s up to you. Below... Read more

This article is filed under Tutorials. You can follow this article via RSS 2.0.
Add Semantic Classes To Artisteer Themes And Get Stylin’
This article was posted on June 12th, 2009 by: Bud

This tutorial highlights themes created with Artisteer but can be applied to virtually any theme that doesn’t already have semantic classes. Adding dynamic semantic classes to your theme will allow you to style your theme down to the smallest detail. Suppose you want all of the posts on your blog that occurred in the winter to have a special wintery style. By adding new class functions every post will have an abundance of additional class selectors. This is what the standard Artisteer theme gives you for class selectors on each post. Compare that to the image above. You can see that your... Read more

This article is filed under Tutorials, artisteer. You can follow this article via RSS 2.0.
Add A New Class Selector For Additional Sidebar Style In Artisteer
This article was posted on June 9th, 2009 by: Bud

The sidebars or widget areas in Artisteer all have a generic class assigned to them. This makes if difficult if not impossible to add additional style to just one widget area. An example would be if you wanted to create a theme that needed a unique header image for each widget area. There’s no way to isolate an individual widget. Well, with just a small hack to the functions.php file you can add another class selector to every widget. Find this bit of code in the functions.php… if (function_exists('register_sidebars')) { register_sidebars(2, array( 'before_widget' => '<!---... Read more

This article is filed under Tutorials. You can follow this article via RSS 2.0.
Cool Blue – An Artisteer Inspired Theme
This article was posted on June 7th, 2009 by: Bud

Cool Blue is a theme that was created with Artisteer. Artisteer is a great program for quickly creating a basic Wordpress theme structure. It just has a few areas that need some adjustments. I’ve tried to address a couple of those areas with this theme. There’s nothing wrong with the basic generated theme, it’s just that some of the functions are boilerplate and it’s difficult to figure out how the magicians at Artisteer did things. I’m sure that as time goes by Artisteer will incorporate more and more of these type of features. Artisteer saves untold hours in design... Read more

This article is filed under Themes. You can follow this article via RSS 2.0.
Artisteer - Wordpress Theme Generator
Renaming & adding widgets anywhere in Artisteer themes
This article was posted on June 3rd, 2009 by: Bud

Sidebars don’t belong in the sidebar area anymore. In fact they shouldn’t be called sidebars but widgetized areas. Unfortunately Artisteer’s naming system is sidebar(1) to sidebar(x). Doesn’t mean much to me when it’s in the footer. Here’s how I changed the sidebars to more descriptive names. I’ve included five sidebars, you can have more or less. It’s up to you. You can change the names to anything that makes sense to your theme. Well, here goes… Find this code in functions.php if (function_exists('register_sidebars')) { register_sidebars(2,... Read more

This article is filed under Tutorials. You can follow this article via RSS 2.0.
Simple Secondary Nav for Categories
This article was posted on June 3rd, 2009 by: Bud

I needed a navigation scheme to display categories below my main nav bar. After a lot of searching I found this navigation scheme for categories and it was pretty easy to integrate into my Artisteer theme. First thing is to drop the following code into your header.php file just after the last closing div (at least on my theme it was the last one). You can put it anywhere you want, you just may have to play around with it bit to get it in the right div container. <div id="header3"> <ul class="nav2"><?php wp_list_categories('title_li=&orderby=ID'); ?></ul><!--... Read more

This article is filed under Tutorials. You can follow this article via RSS 2.0.
First page ... 1 2 3 4 5
  • Recent comments
  • Popular posts
  • Archives
  • Tags
  • Categories
  • artisteer (16)
  • Themes (4)
  • Tutorials (16)
artisteer semantic class Themes tutorial wordpress
  • June 2010 (1)
  • May 2010 (2)
  • April 2010 (2)
  • February 2010 (3)
  • November 2009 (2)
  • October 2009 (3)
  • July 2009 (4)
  • June 2009 (8)
  • Add A Wide Sidebar Area Above Your Artisteer Double Sidebar (27)
  • Add Additional Options To The Footer Link Panel In Artisteer Themes (20)
  • Dynamic Header Rotation For Your Wordpress Theme (18)
  • Renaming & adding widgets anywhere in Artisteer themes (17)
  • Green Envy Theme - An Artisteer Created Theme On Steroids (16)
  • Blue Moon Magazine Theme - Loaded With Features (11)
  • Make Your Artisteer Menu Compatible With The New Wordpress 3.0 Nav Menu (10)
  • Add A Search Button To The Nav Bar On Your Artisteer Created Theme (8)
  • Display A Different Header For Every Page/Post The Easy Way (8)
  • Artisteer 2.4 - Add a Wide Sidebar Over Double Sidebars (7)
  • admin: The Templateer now provides support for a number of the WP 3.0 features.
  • admin: This will work with WP 3.0 also. Or are you talking about the custom header function too.?
  • admin: The new version has been out for a few weeks. It supports a number of the new WP 3.0 features
  • admin: The problem could be if you try to create a new sidebar area with a number of widgets assigned to...
  • Gianni: I have tried this and it does not seem to be working on my wordpress site…I have 2 sidebars with...
  • jeremy: When will you be ready for the WP 3.0 version of this? (BTW it works great for 2.9.2) Thanks, this is...
  • Jan: Nope, I have to modify the banner not the header.. any thoughts on how to do that?
  • Jan: My header didn’t have a body tag so I just put it in order with the rest of the code...
Awesome Themes
Favorite Random Quotes

“The more you read and observe about this Politics thing, you got to admit that each party is worse than the other. The one that's out always looks the best.”

by Will Rogers

BTS RSS Feeds
  • All Posts RSS
  • All Comments RSS
BTS Links
  • Artisteer Artisteer
  • Hostgator Hostgator
  • Wordpress Support Forum Wordpress Support Forum
  • Wordpress Themes Wordpress Themes

RSS Feeds Log in TOP

Copyright © 2010 Bud's Tech Shed

Cardboard theme by BudsTechShed | Powered by WordPress