Bud's Tech Shed

  • Home
  • Contact
  • 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 the functions...
    Read more
  • 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...
    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...
    Read more
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 artisteer, Tutorials. You can follow this article via RSS 2.0.
StudioPress Premium WordPress Themes
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.
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.
Artisteer - Wordpress Theme Generator
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.
Add a custom image header function to your admin panel
This article was posted on June 3rd, 2009 by: Bud

This tutorial is geared towards themes produced with Artisteer but will work with virtually any theme. It’s pretty straight forward with modifications to the functions.php and header.php files. Since everyone’s Artisteer generated themes are a little different your files might look a bit different but it shouldn’t be too complicated. If it fails to work the first time check for typos. Also when you paste the code into your functions.php file make sure that you don’t break up any existing code blocks. OK, let’s get started. Since we’re going to be modifying some... Read more

This article is filed under Tutorials. You can follow this article via RSS 2.0.
First page ... 1 2 3 4
  • Recent comments
  • Popular posts
  • Archives
  • Tags
  • Categories
  • artisteer (15)
  • Themes (4)
  • Tutorials (16)
artisteer semantic class Themes tutorial wordpress
  • 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



Genesis Framework for WordPress

Favorite Random Quotes

“The difference between a violin and a viola is that a viola burns longer.”

by Victor Borge

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 © 2012 Bud's Tech Shed

Cardboard theme by BudsTechShed | Powered by WordPress